All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Protected Member Functions | List of all members
ndn::NdnRegexComponentSetMatcher Class Reference
Inheritance diagram for ndn::NdnRegexComponentSetMatcher:

Public Member Functions

 NdnRegexComponentSetMatcher (const std::string &expr, ptr_lib::shared_ptr< NdnRegexBackrefManager > backrefManager)
 Create an NdnRegexComponentSetMatcher matcher from expr. More...
 
virtual bool match (const Name &name, size_t offset, size_t len)
 

Protected Member Functions

virtual void compile ()
 Compile the regular expression to generate more matchers when necessary.
 

Constructor & Destructor Documentation

ndn::NdnRegexComponentSetMatcher::NdnRegexComponentSetMatcher ( const std::string &  expr,
ptr_lib::shared_ptr< NdnRegexBackrefManager backrefManager 
)
inline

Create an NdnRegexComponentSetMatcher matcher from expr.

Parameters
exprThe standard regular expression to match a component.
backrefManagerA back-reference manager.

The documentation for this class was generated from the following file: