#include <PimBase.h>
◆ AssertMetric() [1/3]
| inet::PimBase::AssertMetric::AssertMetric |
( |
| ) |
|
|
inline |
◆ AssertMetric() [2/3]
| inet::PimBase::AssertMetric::AssertMetric |
( |
int |
preference, |
|
|
int |
metric, |
|
|
Ipv4Address |
address |
|
) |
| |
|
inline |
◆ AssertMetric() [3/3]
◆ isInfinite()
| bool inet::PimBase::AssertMetric::isInfinite |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool inet::PimBase::AssertMetric::operator!= |
( |
const AssertMetric & |
other | ) |
const |
◆ operator<()
| bool inet::PimBase::AssertMetric::operator< |
( |
const AssertMetric & |
other | ) |
const |
222 if (other.isInfinite())
224 if (
rptBit != other.rptBit)
225 return rptBit < other.rptBit;
228 if (
metric != other.metric)
229 return metric < other.metric;
230 return address > other.address;
◆ operator==()
| bool inet::PimBase::AssertMetric::operator== |
( |
const AssertMetric & |
other | ) |
const |
◆ setAddress()
◆ address
◆ metric
| int inet::PimBase::AssertMetric::metric |
◆ PIM_INFINITE
◆ preference
| short inet::PimBase::AssertMetric::preference |
◆ rptBit
| short inet::PimBase::AssertMetric::rptBit |
The documentation for this struct was generated from the following files: