#include <RouteEntry.h>
Public Member Functions | |
NextHopMatches (const LinkRef &link) | |
bool | operator() (RouteEntry *entry) |
Public Attributes | |
LinkRef | link_ |
Definition at line 192 of file RouteEntry.h.
dtn::RouteEntry::RouteEntry::NextHopMatches::NextHopMatches | ( | const LinkRef & | link | ) | [inline] |
Definition at line 194 of file RouteEntry.h.
bool dtn::RouteEntry::RouteEntry::NextHopMatches::operator() | ( | RouteEntry * | entry | ) | [inline] |
Definition at line 195 of file RouteEntry.h.
References dtn::RouteEntry::link(), and dtn::RouteEntry::RouteEntry::NextHopMatches::link_.
LinkRef dtn::RouteEntry::RouteEntry::NextHopMatches::link_ |
Definition at line 198 of file RouteEntry.h.
Referenced by dtn::RouteEntry::RouteEntry::NextHopMatches::operator()().