A Discrete-Event Network Simulator
API
ns3::aodv::IsExpired Struct Reference

IsExpired structure. More...

Public Member Functions

bool operator() (QueueEntry const &e) const
 Check if the entry is expired. More...
 

Detailed Description

IsExpired structure.

Definition at line 122 of file aodv-rqueue.cc.

Member Function Documentation

◆ operator()()

bool ns3::aodv::IsExpired::operator() ( QueueEntry const &  e) const
inline

Check if the entry is expired.

Parameters
eQueueEntry entry
Returns
true if expired, false otherwise

Definition at line 131 of file aodv-rqueue.cc.

References ns3::aodv::QueueEntry::GetExpireTime(), and ns3::Seconds().

+ Here is the call graph for this function:

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