#include <regex-top-matcher.hpp>
Public Member Functions | |
RegexTopMatcher (const std::string &expr, const std::string &expand="") | |
bool | match (const Name &name) |
bool | match (const Name &name, size_t offset, size_t len) override |
virtual Name | expand (const std::string &expand="") |
Public Member Functions inherited from ndn::RegexMatcher | |
virtual | ~RegexMatcher () |
const std::string & | getExpr () const |
const std::vector< name::Component > & | getMatchResult () const |
get the matched name components More... | |
Static Public Member Functions | |
static shared_ptr< RegexTopMatcher > | fromName (const Name &name, bool hasAnchor=false) |
Additional Inherited Members | |
Public Types inherited from ndn::RegexMatcher | |
enum | RegexExprType { EXPR_TOP, EXPR_PATTERN_LIST, EXPR_REPEAT_PATTERN, EXPR_BACKREF, EXPR_COMPONENT_SET, EXPR_COMPONENT, EXPR_PSEUDO } |
Protected Member Functions inherited from ndn::RegexMatcher | |
RegexMatcher (const std::string &expr, RegexExprType type, shared_ptr< RegexBackrefManager > backrefManager=nullptr) | |
Protected Attributes inherited from ndn::RegexMatcher | |
const std::string | m_expr |
const RegexExprType | m_type |
shared_ptr< RegexBackrefManager > | m_backrefManager |
std::vector< shared_ptr< RegexMatcher > > | m_matchers |
std::vector< name::Component > | m_matchResult |
Definition at line 34 of file regex-top-matcher.hpp.
|
explicit |
Definition at line 33 of file regex-top-matcher.cpp.
References ndn::RegexMatcher::m_expr.
bool ndn::RegexTopMatcher::match | ( | const Name & | name | ) |
Definition at line 65 of file regex-top-matcher.cpp.
References ndn::RegexMatcher::m_matchResult, and ndn::Name::size().
Referenced by ndn::security::v2::validator_config::RegexChecker::checkNames(), ndn::security::v2::validator_config::HyperRelationChecker::checkNames(), match(), and ndn::security::v2::validator_config::RegexNameFilter::RegexNameFilter().
|
overridevirtual |
Reimplemented from ndn::RegexMatcher.
Definition at line 86 of file regex-top-matcher.cpp.
References match().
|
virtual |
Definition at line 92 of file regex-top-matcher.cpp.
References ndn::Name::append(), ndn::RegexMatcher::m_matchResult, and NDN_THROW.
Referenced by ndn::security::v2::validator_config::HyperRelationChecker::checkNames().
|
static |
Definition at line 171 of file regex-top-matcher.cpp.
References NDN_CXX_FALLTHROUGH.