libutil++  1.9.3
 All Classes Functions Variables
List of all members
TestCallback Class Reference
Inheritance diagram for TestCallback:
sella::net::DNSCallback

Additional Inherited Members

- Public Types inherited from sella::net::DNSCallback
enum  Error : int {
  None = DNS_E_NOERROR, Temporary = DNS_E_TEMPFAIL, Protocol = DNS_E_PROTOCOL, NXDomain = DNS_E_NXDOMAIN,
  NoData = DNS_E_NODATA, NoMemory = DNS_E_NOMEM, BadQuery = DNS_E_BADQUERY
}
 
typedef std::shared_ptr
< DNSCallback
shared
 
typedef DNSCallbackptr
 
- Public Member Functions inherited from sella::net::DNSCallback
const std::string & getQname (void) const throw ()
 
int getRecord (void) const throw ()
 
int getProtocol (void) const throw ()
 
int getFlags (void) const throw ()
 
virtual void clear (void) throw ()
 
- Static Public Member Functions inherited from sella::net::DNSCallback
static const char * getErrorDetail (Error error)
 
static const char * getErrorName (Error error)
 
- Static Public Attributes inherited from sella::net::DNSCallback
static const std::vector
< IPAddress
none
 
static const std::vector
< std::string > 
empty
 
- Protected Attributes inherited from sella::net::DNSCallback
std::string qname
 
int record
 
int protocol
 
int flags
 

Detailed Description

Definition at line 1867 of file test.cpp.


The documentation for this class was generated from the following file: