Public Member Functions | |
bool | operator() (DsrErrorBuffEntry const &e) const |
comparison operator More... | |
bool | operator() (DsrMaintainBuffEntry const &e) const |
comparison operator More... | |
bool | operator() (DsrPassiveBuffEntry const &e) const |
Check for an expired entry. More... | |
bool | operator() (DsrSendBuffEntry const &e) const |
comparison operator More... | |
IsExpired structure.
Definition at line 149 of file dsr-errorbuff.cc.
|
inline |
comparison operator
e | entry to compare |
Definition at line 157 of file dsr-errorbuff.cc.
References ns3::dsr::DsrErrorBuffEntry::GetExpireTime(), and ns3::Seconds().
|
inline |
comparison operator
e | maintain buffer entry |
Definition at line 223 of file dsr-maintain-buff.cc.
References ns3::dsr::DsrMaintainBuffEntry::GetExpireTime(), and ns3::Seconds().
|
inline |
Check for an expired entry.
e | passive buffer entry |
Definition at line 175 of file dsr-passive-buff.cc.
References ns3::dsr::DsrPassiveBuffEntry::GetExpireTime(), and ns3::Seconds().
|
inline |
comparison operator
e | entry to compare |
Definition at line 150 of file dsr-rsendbuff.cc.
References ns3::dsr::DsrSendBuffEntry::GetExpireTime(), and ns3::Seconds().