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

Functor to match InterestFilterId. More...

#include <interest-filter-record.hpp>

Public Member Functions

 MatchInterestFilterId (const InterestFilterId *interestFilterId)
 
bool operator() (const shared_ptr< InterestFilterRecord > &interestFilterId) const
 

Detailed Description

Functor to match InterestFilterId.

Definition at line 93 of file interest-filter-record.hpp.

Constructor & Destructor Documentation

◆ MatchInterestFilterId()

ndn::MatchInterestFilterId::MatchInterestFilterId ( const InterestFilterId *  interestFilterId)
inlineexplicit

Definition at line 97 of file interest-filter-record.hpp.

Member Function Documentation

◆ operator()()

bool ndn::MatchInterestFilterId::operator() ( const shared_ptr< InterestFilterRecord > &  interestFilterId) const
inline

Definition at line 103 of file interest-filter-record.hpp.


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