#include <filter.hpp>
Public Types | |
enum | Relation { RELATION_EQUAL, RELATION_IS_PREFIX_OF, RELATION_IS_STRICT_PREFIX_OF } |
Public Member Functions | |
RelationNameFilter (const Name &name, Relation relation) | |
virtual | ~RelationNameFilter () |
![]() | |
virtual | ~Filter () |
bool | match (const Data &data) |
bool | match (const Interest &interest) |
Protected Member Functions | |
virtual bool | matchName (const Name &name) |
Definition at line 78 of file filter.hpp.
Enumerator | |
---|---|
RELATION_EQUAL | |
RELATION_IS_PREFIX_OF | |
RELATION_IS_STRICT_PREFIX_OF |
Definition at line 81 of file filter.hpp.
|
inline |
Definition at line 88 of file filter.hpp.
|
inlinevirtual |
Definition at line 95 of file filter.hpp.
|
inlineprotectedvirtual |
Implements ndn::security::conf::Filter.
Definition at line 101 of file filter.hpp.
References ndn::Name::size().