A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::aodv::IsExpired Struct Reference

IsExpired structure. More...

Public Member Functions

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

Detailed Description

IsExpired structure.

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

Member Function Documentation

◆ operator()()

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

Check if the entry is expired.

Parameters
eQueueEntry entry
Returns
true if expired, false otherwise

Definition at line 130 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: