Public Types |
| enum | { LENGTH = 4
} |
Public Member Functions |
|
| IPV4Address (const struct in_addr &address) |
|
| IPV4Address (unsigned int address) |
|
| IPV4Address (const IPV4Address &other) |
|
IPV4Address & | operator= (const IPV4Address &other) |
|
bool | operator== (const IPV4Address &other) const |
|
bool | operator!= (const IPV4Address &other) const |
|
bool | operator< (const IPV4Address &other) const |
|
bool | operator> (const IPV4Address &other) const |
|
struct in_addr | Address () const |
|
uint32_t | AsInt () const |
|
bool | IsWildcard () const |
|
void | Get (uint8_t ptr[LENGTH]) |
|
std::string | ToString () const |
Friends |
|
ostream & | operator<< (ostream &out, const IPV4Address &address) |
The documentation for this class was generated from the following files: