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