class libfwbuilder::IPNetwork


Public Methods

[more] IPNetwork(const IPAddress &, const Netmask&, int bcast_bits=1)
[more]const IPAddress& getAddress() const
[more]const Netmask& getNetmask() const
[more]IPAddress getBroadcastAddress() const
[more]bool isBroadcast() const
Broadcast : 255255255255 and 0000,
[more]bool isMulticast() const
Multicast : 224000 - 239000
[more]IPNetwork& operator=(const IPNetwork &o)
[more] operator string() const
[more]bool belongs(const IPAddress &) const


Documentation

o IPNetwork(const IPAddress &, const Netmask&, int bcast_bits=1)

oconst IPAddress& getAddress() const

oconst Netmask& getNetmask() const

oIPAddress getBroadcastAddress() const

obool isBroadcast() const
Broadcast : 255255255255 and 0000,

obool isMulticast() const
Multicast : 224000 - 239000

oIPNetwork& operator=(const IPNetwork &o)

o operator string() const

obool 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++.