#include <src/main/decaf/net/Inet6Address.h>
Constructor & Destructor Documentation
decaf::net::Inet6Address::Inet6Address |
( |
| ) |
[protected] |
decaf::net::Inet6Address::Inet6Address |
( |
const unsigned char * |
ipAddress, |
|
|
int |
numBytes |
|
) |
| [protected] |
decaf::net::Inet6Address::Inet6Address |
( |
const std::string & |
hostname, |
|
|
const unsigned char * |
ipAddress, |
|
|
int |
numBytes |
|
) |
| [protected] |
virtual decaf::net::Inet6Address::~Inet6Address |
( |
| ) |
[virtual] |
Member Function Documentation
virtual InetAddress* decaf::net::Inet6Address::clone |
( |
| ) |
const [virtual] |
Returns a newly allocated copy of this InetAddress.
The caller owns the resulting copy and must delete it.
- Returns:
- a new InetAddress instance that is a copy of this one, caller owns.
Reimplemented from decaf::net::InetAddress.
Friends And Related Function Documentation
The documentation for this class was generated from the following file: