#include <PimBase.h>
◆ SourceAndGroup()
◆ operator!=()
| bool inet::PimBase::SourceAndGroup::operator!= |
( |
const SourceAndGroup & |
other | ) |
const |
|
inline |
113 {
return source != other.source ||
group != other.group; }
◆ operator<()
| bool inet::PimBase::SourceAndGroup::operator< |
( |
const SourceAndGroup & |
other | ) |
const |
|
inline |
114 {
return source < other.source || (
source == other.source &&
group < other.group); }
◆ operator==()
| bool inet::PimBase::SourceAndGroup::operator== |
( |
const SourceAndGroup & |
other | ) |
const |
|
inline |
112 {
return source == other.source &&
group == other.group; }
◆ group
◆ source
The documentation for this struct was generated from the following file: