#include <pinet6addr.h>
Inheritance diagram for P::Inet6Address:

Public Member Functions | |
| Inet6Address () | |
| Default constructor (IN6ADDR_ANY). | |
| Inet6Address (const NetworkAddress &addr) | |
| Inet6Address (const std::string &ip6addr) | |
| Address string constructor. | |
| Inet6Address (const in6_addr &addr) | |
| Native address constructor. | |
| const in6_addr & | inaddr () const |
| Returns the 64bit internet address. | |
| std::string | str () const |
| Returns the address as a string. | |
| NetworkAddress * | clone () const |
| Inet6Address & | operator= (const in6_addr &addr) |
| Address assign operator. | |
| Inet6Address & | operator= (const std::string &ip6addr) |
| Address string assign operator. | |
Friends | |
| PNET_EXPORT friend std::ostream & | operator<< (std::ostream &os, const Inet6Address &addr) |
| PNET_EXPORT friend std::istream & | operator>> (std::istream &is, Inet6Address &addr) |
Definition at line 38 of file pinet6addr.h.
|
|
Default constructor (IN6ADDR_ANY).
|
|
|
|
|
|
Address string constructor.
|
|
|
Native address constructor.
|
|
|
Implements P::NetworkAddress. |
|
|
Returns the 64bit internet address.
|
|
|
Address string assign operator.
|
|
|
Address assign operator.
|
|
|
Returns the address as a string.
Implements P::NetworkAddress. |
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.3