Public Member Functions | |
bool | operator() (const DsrErrorBuffEntry &e) const |
comparison operator | |
bool | operator() (const DsrMaintainBuffEntry &e) const |
comparison operator | |
bool | operator() (const DsrPassiveBuffEntry &e) const |
Check for an expired entry. | |
bool | operator() (const DsrSendBuffEntry &e) const |
comparison operator | |
IsExpired structure.
Definition at line 135 of file dsr-rsendbuff.cc.
|
inline |
comparison operator
e | entry to compare |
Definition at line 153 of file dsr-errorbuff.cc.
References ns3::dsr::DsrErrorBuffEntry::GetExpireTime(), and ns3::Seconds().
|
inline |
comparison operator
e | maintain buffer entry |
Definition at line 228 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 182 of file dsr-passive-buff.cc.
References ns3::dsr::DsrPassiveBuffEntry::GetExpireTime(), and ns3::Seconds().
|
inline |
comparison operator
e | entry to compare |
Definition at line 142 of file dsr-rsendbuff.cc.
References ns3::dsr::DsrSendBuffEntry::GetExpireTime(), and ns3::Seconds().