Public Types | |
|
typedef std::shared_ptr < IPv4Address > | shared |
| typedef IPv4Address * | ptr |
Public Member Functions | |
| IPv4Address (const std::string &addr) throw (AddressException) | |
| IPv4Address (const IPv4Address &other) throw () | |
| IPv4Address (const IPv4Address &&other) throw () | |
Static Public Member Functions | |
| static const IPv4Address::shared | shared_ptr (const std::string &addr) throw (AddressException) |
Definition at line 24 of file IPv4Address.h.
1.6.1