Public Methods
-
IPNetwork(const IPAddress &, const Netmask&, int bcast_bits=1)
-
const IPAddress& getAddress() const
-
const Netmask& getNetmask() const
-
IPAddress getBroadcastAddress() const
-
bool isBroadcast() const
- Broadcast : 255255255255 and 0000,
-
bool isMulticast() const
- Multicast : 224000 - 239000
-
IPNetwork& operator=(const IPNetwork &o)
-
operator string() const
-
bool belongs(const IPAddress &) const
Documentation
IPNetwork(const IPAddress &, const Netmask&, int bcast_bits=1)
const IPAddress& getAddress() const
const Netmask& getNetmask() const
IPAddress getBroadcastAddress() const
bool isBroadcast() const
-
Broadcast : 255255255255 and 0000,
bool isMulticast() const
-
Multicast : 224000 - 239000
IPNetwork& operator=(const IPNetwork &o)
operator string() const
bool belongs(const IPAddress &) const
- This class has no child classes.
- Friends:
- bool operator==(const IPNetwork &a, const IPNetwork &b)
bool operator<(const IPNetwork &a, const IPNetwork &b)
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.