#include <regex-pattern-list-matcher.hpp>
Public Types | |
enum | RegexExprType { EXPR_TOP, EXPR_PATTERN_LIST, EXPR_REPEAT_PATTERN, EXPR_BACKREF, EXPR_COMPONENT_SET, EXPR_COMPONENT, EXPR_PSEUDO } |
Public Member Functions | |
RegexPatternListMatcher (const std::string &expr, shared_ptr< RegexBackrefManager > backrefManager) | |
const std::string & | getExpr () const |
const std::vector< name::Component > & | getMatchResult () const |
get the matched name components More... | |
virtual bool | match (const Name &name, size_t offset, size_t len) |
Protected Member Functions | |
void | compile () override |
Compile the regular expression to generate the more matchers when necessary. More... | |
Protected Attributes | |
shared_ptr< RegexBackrefManager > | m_backrefManager |
const std::string | m_expr |
std::vector< shared_ptr< RegexMatcher > > | m_matchers |
std::vector< name::Component > | m_matchResult |
const RegexExprType | m_type |
Definition at line 35 of file regex-pattern-list-matcher.hpp.
|
inherited |
Enumerator | |
---|---|
EXPR_TOP | |
EXPR_PATTERN_LIST | |
EXPR_REPEAT_PATTERN | |
EXPR_BACKREF | |
EXPR_COMPONENT_SET | |
EXPR_COMPONENT | |
EXPR_PSEUDO |
Definition at line 47 of file regex-matcher.hpp.
|
inline |
Definition at line 63 of file regex-pattern-list-matcher.hpp.
|
inlineoverrideprotectedvirtual |
Compile the regular expression to generate the more matchers when necessary.
Implements ndn::RegexMatcher.
Definition at line 71 of file regex-pattern-list-matcher.hpp.
|
inlineinherited |
Definition at line 78 of file regex-matcher.hpp.
|
inlineinherited |
get the matched name components
Definition at line 72 of file regex-matcher.hpp.
|
inlinevirtualinherited |
Reimplemented in ndn::RegexComponentMatcher, ndn::RegexComponentSetMatcher, ndn::RegexRepeatMatcher, and ndn::RegexTopMatcher.
Definition at line 134 of file regex-matcher.hpp.
|
protectedinherited |
Definition at line 98 of file regex-matcher.hpp.
|
protectedinherited |
Definition at line 96 of file regex-matcher.hpp.
|
protectedinherited |
Definition at line 99 of file regex-matcher.hpp.
|
protectedinherited |
Definition at line 100 of file regex-matcher.hpp.
|
protectedinherited |
Definition at line 97 of file regex-matcher.hpp.