INET Framework for OMNeT++/OMNEST
Public Member Functions
|
List of all members
inet::aodv::Aodv::RreqIdentifierCompare Class Reference
#include <Aodv.h>
Public Member Functions
bool
operator()
(const
RreqIdentifier
&lhs, const
RreqIdentifier
&rhs) const
Member Function Documentation
◆
operator()()
bool inet::aodv::Aodv::RreqIdentifierCompare::operator()
(
const
RreqIdentifier
&
lhs
,
const
RreqIdentifier
&
rhs
)
const
inline
53
{
54
if
(lhs.originatorAddr < rhs.originatorAddr)
55
return
true
;
56
else
if
(lhs.originatorAddr > rhs.originatorAddr)
57
return
false
;
58
else
59
return
lhs.rreqID < rhs.rreqID;
60
}
The documentation for this class was generated from the following file:
Aodv.h
inet
aodv
Aodv
RreqIdentifierCompare
Generated on Sun Apr 10 2022 21:00:29 for INET Framework for OMNeT++/OMNEST by
1.8.17