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

#include <regex-backref-manager.hpp>

Public Member Functions

size_t pushRef (const shared_ptr< RegexMatcher > &matcher)
 
void popRef ()
 
size_t size () const
 
shared_ptr< RegexMatchergetBackref (size_t i) const
 

Detailed Description

Definition at line 35 of file regex-backref-manager.hpp.

Member Function Documentation

size_t ndn::RegexBackrefManager::pushRef ( const shared_ptr< RegexMatcher > &  matcher)
inline

Definition at line 56 of file regex-backref-manager.hpp.

void ndn::RegexBackrefManager::popRef ( )
inline

Definition at line 65 of file regex-backref-manager.hpp.

size_t ndn::RegexBackrefManager::size ( ) const
inline

Definition at line 71 of file regex-backref-manager.hpp.

shared_ptr< RegexMatcher > ndn::RegexBackrefManager::getBackref ( size_t  i) const
inline

Definition at line 77 of file regex-backref-manager.hpp.


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