Inheritance:
Public Methods
-
explicit IPAddress()
-
IPAddress(const unsigned char* data, size_t len) throw(FWException)
-
IPAddress(const struct in_addr* ) throw(FWException)
-
explicit IPAddress(const string &) throw(FWException, FWNotSupportedException)
-
IPAddress(const IPAddress &)
-
IPAddress& operator=(const IPAddress &)
-
IPAddress& operator=(const string &s) throw(FWException, FWNotSupportedException)
-
unsigned const int operator[](size_t pos) const
-
operator string() const
-
operator ulong() const
-
string toString() const
Protected Fields
-
unsigned int octets[4]
Protected Methods
-
virtual void validate() throw(FWException)
Documentation
unsigned int octets[4]
virtual void validate() throw(FWException)
explicit IPAddress()
IPAddress(const unsigned char* data, size_t len) throw(FWException)
IPAddress(const struct in_addr* ) throw(FWException)
explicit IPAddress(const string &) throw(FWException, FWNotSupportedException)
IPAddress(const IPAddress &)
IPAddress& operator=(const IPAddress &)
IPAddress& operator=(const string &s) throw(FWException, FWNotSupportedException)
unsigned const int operator[](size_t pos) const
operator string() const
operator ulong() const
string toString() const
- Direct child classes:
- Netmask
- Friends:
- class IPNetwork
bool operator<(const IPAddress &a, const IPAddress &b)
bool operator==(const IPAddress &a, const IPAddress &b)
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.