#include <Ospfv3Common.h>
◆ Ipv4AddressRange() [1/2]
| inet::ospfv3::Ipv4AddressRange::Ipv4AddressRange |
( |
| ) |
|
|
inline |
◆ Ipv4AddressRange() [2/2]
◆ containedByRange()
| bool inet::ospfv3::Ipv4AddressRange::containedByRange |
( |
const Ipv4Address & |
otherAddress, |
|
|
const Ipv4Address & |
otherMask |
|
) |
| const |
|
inline |
◆ contains() [1/2]
| bool inet::ospfv3::Ipv4AddressRange::contains |
( |
const Ipv4Address & |
other | ) |
const |
|
inline |
◆ contains() [2/2]
| bool inet::ospfv3::Ipv4AddressRange::contains |
( |
const Ipv4AddressRange & |
other | ) |
const |
|
inline |
◆ containsRange()
| bool inet::ospfv3::Ipv4AddressRange::containsRange |
( |
const Ipv4Address & |
otherAddress, |
|
|
const Ipv4Address & |
otherMask |
|
) |
| const |
|
inline |
◆ operator!=()
◆ operator<()
| bool inet::ospfv3::Ipv4AddressRange::operator< |
( |
const Ipv4AddressRange & |
other | ) |
const |
|
inline |
161 return (
mask > other.mask) || ((
mask == other.mask) && (
address < other.address));
◆ operator==()
| bool inet::ospfv3::Ipv4AddressRange::operator== |
( |
const Ipv4AddressRange & |
other | ) |
const |
|
inline |
◆ str()
| std::string inet::ospfv3::Ipv4AddressRange::str |
( |
| ) |
const |
|
inline |
◆ address
Referenced by inet::ospfv3::Ospfv3Area::calculateInterAreaRoutes(), containedByRange(), contains(), containsRange(), inet::ospfv3::Ospfv3Area::createRoutingTableEntryFromInterAreaPrefixLSA(), inet::ospfv3::Ospfv3Area::findSameOrWorseCostRoute(), operator<(), operator==(), inet::ospfv3::Ospfv3Process::parseConfig(), inet::ospfv3::Ospfv3Area::recheckInterAreaPrefixLSAs(), and str().
◆ mask
Referenced by inet::ospfv3::Ospfv3Area::calculateInterAreaRoutes(), containedByRange(), contains(), containsRange(), inet::ospfv3::Ospfv3Area::createRoutingTableEntryFromInterAreaPrefixLSA(), inet::ospfv3::Ospfv3Area::findSameOrWorseCostRoute(), operator<(), operator==(), inet::ospfv3::Ospfv3Process::parseConfig(), inet::ospfv3::Ospfv3Area::recheckInterAreaPrefixLSAs(), and str().
The documentation for this struct was generated from the following file: