#include <ipaddr.h>
Public Member Functions | |
| IPAddr () | |
| IPAddr (std::string &) | |
| IPAddr (IPAddr_t i) | |
| IPAddr (const char *) | |
| operator IPAddr_t () const | |
| operator std::string () const | |
| bool | operator== (const IPAddr &i) const |
| bool | operator< (const IPAddr &i) const |
Static Public Member Functions | |
| IPAddr_t | ToIP (const std::string) |
| char * | ToDotted (IPAddr_t) |
Public Attributes | |
| IPAddr_t | ip |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1