Simple IP Network Address structure. More...
#include <ipaddress.h>
Public Member Functions | |
IPAddress () | |
virtual | ~IPAddress () |
virtual void | Clear ()=0 |
Static Public Member Functions | |
static bool | IsIP4 (const std::string &address) |
static bool | IsIP6 (const std::string &address) |
Simple IP Network Address structure.
Definition at line 56 of file ipaddress.h.
IPAddress::IPAddress | ( | ) |
Definition at line 45 of file ipaddress.cpp.
IPAddress::~IPAddress | ( | ) | [virtual] |
Definition at line 47 of file ipaddress.cpp.
virtual void CxUtils::IPAddress::Clear | ( | ) | [pure virtual] |
Implemented in CxUtils::IP4Address, and CxUtils::IP6Address.
bool IPAddress::IsIP4 | ( | const std::string & | address ) | [static] |
Definition at line 55 of file ipaddress.cpp.
bool IPAddress::IsIP6 | ( | const std::string & | address ) | [static] |
Definition at line 76 of file ipaddress.cpp.