This documentation is not the Latest Release.
A Discrete-Event Network Simulator
API
ns3::dsr::IsExpired Struct Reference

Public Member Functions

bool operator() (SendBuffEntry const &e) const
 
bool operator() (ErrorBuffEntry const &e) const
 
bool operator() (PassiveBuffEntry const &e) const
 
bool operator() (MaintainBuffEntry const &e) const
 

Detailed Description

Definition at line 146 of file dsr-errorbuff.cc.

Member Function Documentation

bool ns3::dsr::IsExpired::operator() ( SendBuffEntry const &  e) const
inline

Definition at line 144 of file dsr-rsendbuff.cc.

References ns3::dsr::SendBuffEntry::GetExpireTime(), and ns3::Seconds().

+ Here is the call graph for this function:

bool ns3::dsr::IsExpired::operator() ( ErrorBuffEntry const &  e) const
inline

Definition at line 149 of file dsr-errorbuff.cc.

References ns3::dsr::ErrorBuffEntry::GetExpireTime(), and ns3::Seconds().

+ Here is the call graph for this function:

bool ns3::dsr::IsExpired::operator() ( PassiveBuffEntry const &  e) const
inline

Definition at line 169 of file dsr-passive-buff.cc.

References ns3::dsr::PassiveBuffEntry::GetExpireTime(), and ns3::Seconds().

+ Here is the call graph for this function:

bool ns3::dsr::IsExpired::operator() ( MaintainBuffEntry const &  e) const
inline

Definition at line 215 of file dsr-maintain-buff.cc.

References ns3::dsr::MaintainBuffEntry::GetExpireTime(), and ns3::Seconds().

+ Here is the call graph for this function:


The documentation for this struct was generated from the following files: