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

Functor to match RegisteredPrefixId. More...

#include <registered-prefix.hpp>

Public Member Functions

 MatchRegisteredPrefixId (const RegisteredPrefixId *registeredPrefixId)
 
bool operator() (const shared_ptr< RegisteredPrefix > &registeredPrefix) const
 

Detailed Description

Functor to match RegisteredPrefixId.

Definition at line 82 of file registered-prefix.hpp.

Constructor & Destructor Documentation

◆ MatchRegisteredPrefixId()

ndn::MatchRegisteredPrefixId::MatchRegisteredPrefixId ( const RegisteredPrefixId *  registeredPrefixId)
inlineexplicit

Definition at line 86 of file registered-prefix.hpp.

Member Function Documentation

◆ operator()()

bool ndn::MatchRegisteredPrefixId::operator() ( const shared_ptr< RegisteredPrefix > &  registeredPrefix) const
inline

Definition at line 92 of file registered-prefix.hpp.


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