VCF::IPAddress Class Reference
#include <vcf/NetworkKit/IPAddress.h>
Inheritance diagram for VCF::IPAddress:
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
| VCF::IPAddress::IPAddress |
( |
|
) |
|
|
| VCF::IPAddress::IPAddress |
( |
const String & |
host |
) |
|
|
| VCF::IPAddress::IPAddress |
( |
const RawBytes & |
ipAddr |
) |
|
|
| VCF::IPAddress::IPAddress |
( |
unsigned char |
b1, |
|
|
unsigned char |
b2, |
|
|
unsigned char |
b3, |
|
|
unsigned char |
b4 |
|
) |
|
|
| VCF::IPAddress::IPAddress |
( |
unsigned char * |
bytes, |
|
|
size_t |
bytesLength |
|
) |
|
|
| VCF::IPAddress::IPAddress |
( |
const IPAddress & |
ipAddress |
) |
|
|
| virtual VCF::IPAddress::~IPAddress |
( |
|
) |
[virtual] |
|
Member Function Documentation
| RawBytes VCF::IPAddress::getAddressBytes |
( |
|
) |
const |
|
| static std::vector<IPAddress> VCF::IPAddress::getDNSHostAddresses |
( |
const String & |
host |
) |
[static] |
|
| String VCF::IPAddress::getHostAddress |
( |
|
) |
const |
|
| String VCF::IPAddress::getHostName |
( |
|
) |
const |
|
Member Data Documentation
The documentation for this class was generated from the following file: