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

CloseNeighbor structure. More...

Public Member Functions

bool operator() (const Neighbors::Neighbor &nb) const
 Check if the entry is expired. More...
 

Detailed Description

CloseNeighbor structure.

Definition at line 103 of file aodv-neighbor.cc.

Member Function Documentation

◆ operator()()

bool ns3::aodv::CloseNeighbor::operator() ( const Neighbors::Neighbor nb) const
inline

Check if the entry is expired.

Parameters
nbNeighbors::Neighbor entry
Returns
true if expired, false otherwise

Definition at line 111 of file aodv-neighbor.cc.

References ns3::aodv::Neighbors::Neighbor::close, ns3::aodv::Neighbors::Neighbor::m_expireTime, and ns3::Simulator::Now().

+ Here is the call graph for this function:

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