NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: 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

◆ pushRef()

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

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

◆ popRef()

void ndn::RegexBackrefManager::popRef ( )
inline

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

◆ size()

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

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

◆ getBackref()

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

Definition at line 37 of file regex-backref-manager.cpp.


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