#include <RouteEntry.h>
Public Member Functions | |
DestMatches (const EndpointIDPattern &dest) | |
bool | operator() (RouteEntry *entry) |
Public Attributes | |
EndpointIDPattern | dest_ |
Definition at line 180 of file RouteEntry.h.
dtn::RouteEntry::RouteEntry::DestMatches::DestMatches | ( | const EndpointIDPattern & | dest | ) | [inline] |
Definition at line 182 of file RouteEntry.h.
bool dtn::RouteEntry::RouteEntry::DestMatches::operator() | ( | RouteEntry * | entry | ) | [inline] |
Definition at line 183 of file RouteEntry.h.
References dtn::RouteEntry::RouteEntry::DestMatches::dest_, dtn::RouteEntry::dest_pattern(), and dtn::EndpointID::equals().
EndpointIDPattern dtn::RouteEntry::RouteEntry::DestMatches::dest_ |
Definition at line 186 of file RouteEntry.h.
Referenced by dtn::RouteEntry::RouteEntry::DestMatches::operator()().