#include <pipxaddr.h>
Inheritance diagram for P::IpxAddress:

Public Member Functions | |
| IpxAddress () | |
| Default constructor. | |
| IpxAddress (const NetworkAddress &addr) | |
| IpxAddress (const std::string &ipxaddr) | |
| Address string constructor. | |
| std::string | str () const |
| Returns the address as a string. | |
| NetworkAddress * | clone () const |
| IpxAddress & | operator= (const std::string &ipxaddr) |
| Address string assign operator. | |
Friends | |
| PNET_EXPORT friend std::ostream & | operator<< (std::ostream &os, const IpxAddress &addr) |
| PNET_EXPORT friend std::istream & | operator>> (std::istream &is, IpxAddress &addr) |
Definition at line 35 of file pipxaddr.h.
|
|
Default constructor.
|
|
|
|
|
|
Address string constructor.
|
|
|
Implements P::NetworkAddress. |
|
|
Address string assign operator.
|
|
|
Returns the address as a string.
Implements P::NetworkAddress. |
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.3