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

IsExpired structure. More...

Public Member Functions

bool operator() (const struct UniqueId &u) const
 Check if the entry is expired. More...
 

Detailed Description

IsExpired structure.

Definition at line 96 of file aodv-id-cache.h.

Member Function Documentation

◆ operator()()

bool ns3::aodv::IdCache::IsExpired::operator() ( const struct UniqueId u) const
inline

Check if the entry is expired.

Parameters
uUniqueId entry
Returns
true if expired, false otherwise

Definition at line 104 of file aodv-id-cache.h.

References ns3::aodv::IdCache::UniqueId::m_expire, and ns3::Simulator::Now().

+ Here is the call graph for this function:

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