NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::RegexComponentSetMatcher Class Reference

#include <regex-component-set-matcher.hpp>

Inheritance diagram for ndn::RegexComponentSetMatcher:
Collaboration diagram for ndn::RegexComponentSetMatcher:

Public Member Functions

 RegexComponentSetMatcher (const std::string &expr, shared_ptr< RegexBackrefManager > backrefManager)
 Create a RegexComponentSetMatcher matcher from expr. More...
 
bool match (const Name &name, size_t offset, size_t len=1) override
 
- 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...
 

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< RegexBackrefManagerm_backrefManager
 
std::vector< shared_ptr< RegexMatcher > > m_matchers
 
std::vector< name::Componentm_matchResult
 

Detailed Description

Definition at line 35 of file regex-component-set-matcher.hpp.

Constructor & Destructor Documentation

◆ RegexComponentSetMatcher()

ndn::RegexComponentSetMatcher::RegexComponentSetMatcher ( const std::string &  expr,
shared_ptr< RegexBackrefManager backrefManager 
)

Create a RegexComponentSetMatcher matcher from expr.

Parameters
exprThe standard regular expression to match a component
backrefManagerShared pointer to back-reference manager

Definition at line 29 of file regex-component-set-matcher.cpp.

References ndn::RegexMatcher::m_backrefManager, ndn::RegexMatcher::m_expr, and NDN_THROW.

Member Function Documentation

◆ match()

bool ndn::RegexComponentSetMatcher::match ( const Name name,
size_t  offset,
size_t  len = 1 
)
overridevirtual

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