|
Servus
1.6.0
C++ network oriented utilities including a zeroconf implementation
|
The ZeroConf operation result code. More...
#include <servus.h>
Inheritance diagram for servus::Servus::Result:
Collaboration diagram for servus::Servus::Result:Public Member Functions | |
| Result (const int32_t code) | |
| virtual | ~Result () |
| Destruct the result. More... | |
| std::string | getString () const override |
Public Member Functions inherited from servus::Result | |
| Result (const int32_t code) | |
| Construct a new result. More... | |
| operator bool_t () const | |
| bool | operator! () const |
| bool | operator== (const int32_t code) const |
| bool | operator!= (const int32_t code) const |
| int32_t | getCode () const |
Static Public Attributes | |
| static const int32_t | PENDING = -1 |
| operation did not complete. More... | |
| static const int32_t | NOT_SUPPORTED = -2 |
| Servus compiled without ZeroConf support. More... | |
| static const int32_t | POLL_ERROR = -3 |
| Error during polling for event. More... | |
Static Public Attributes inherited from servus::Result | |
| static const int32_t | SUCCESS = 0 |
Additional Inherited Members | |
Protected Attributes inherited from servus::Result | |
| int32_t | code_ |
The ZeroConf operation result code.
The result code is either one of kDNSServiceErr_ or one of static constants defined by this class
|
inlinevirtual |
Destruct the result.
Reimplemented from servus::Result.
Definition at line 70 of file servus.h.
References getString().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from servus::Result.
Referenced by ~Result().
Here is the caller graph for this function:
|
static |
|
static |
|
static |