Public Member Functions | |
| IPAddress (const std::string &value) throw (TypeCastException) | |
| IPAddress (sella::net::IPAddress &value) throw () | |
| IPAddress (const IPAddress &other) throw () | |
| bool | operator== (const IPAddress &other) const throw () |
| bool | operator!= (const IPAddress &other) const throw () |
| bool | operator> (const IPAddress &other) const throw () |
| bool | operator< (const IPAddress &other) const throw () |
| IPAddress & | operator= (const IPAddress &other) throw () |
| const sella::net::IPAddress * | getIPAddress () const throw (UnsupportedOperatorException) |
| virtual const std::string & | str () const throw () |
Static Public Attributes | |
| static const boost::regex | Pattern |
| static const int | Type = 0x10 |
Definition at line 29 of file IPAddress.h.
1.6.1