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

#include <regex-backref-matcher.hpp>

Inheritance diagram for ndn::RegexBackrefMatcher:
Collaboration diagram for ndn::RegexBackrefMatcher:

Public Member Functions

 RegexBackrefMatcher (const std::string &expr, shared_ptr< RegexBackrefManager > backrefManager)
 
void lateCompile ()
 
- Public Member Functions inherited from ndn::RegexMatcher
 RegexMatcher (const std::string &expr, const RegexExprType &type, shared_ptr< RegexBackrefManager > backrefManager=nullptr)
 
virtual ~RegexMatcher ()
 
virtual bool match (const Name &name, size_t offset, size_t len)
 
const std::vector< name::Component > & getMatchResult () const
 get the matched name components More...
 
const std::string & getExpr () const
 

Protected Member Functions

void compile () override
 Compile the regular expression to generate the more matchers when necessary. 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 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 31 of file regex-backref-matcher.hpp.

Constructor & Destructor Documentation

◆ RegexBackrefMatcher()

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

Definition at line 29 of file regex-backref-matcher.cpp.

Member Function Documentation

◆ lateCompile()

void ndn::RegexBackrefMatcher::lateCompile ( )
inline

Definition at line 37 of file regex-backref-matcher.hpp.

References compile().

◆ compile()

void ndn::RegexBackrefMatcher::compile ( )
overrideprotectedvirtual

Compile the regular expression to generate the more matchers when necessary.

Implements ndn::RegexMatcher.

Definition at line 36 of file regex-backref-matcher.cpp.

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

Referenced by lateCompile().


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