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

Functor to match pending interests against PendingInterestId. More...

#include <pending-interest.hpp>

Public Member Functions

 MatchPendingInterestId (const PendingInterestId *pendingInterestId)
 
bool operator() (const shared_ptr< const PendingInterest > &pendingInterest) const
 

Detailed Description

Functor to match pending interests against PendingInterestId.

Definition at line 123 of file pending-interest.hpp.

Constructor & Destructor Documentation

ndn::MatchPendingInterestId::MatchPendingInterestId ( const PendingInterestId *  pendingInterestId)
inlineexplicit

Definition at line 127 of file pending-interest.hpp.

Member Function Documentation

bool ndn::MatchPendingInterestId::operator() ( const shared_ptr< const PendingInterest > &  pendingInterest) const
inline

Definition at line 133 of file pending-interest.hpp.


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