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

stores information about a prefix registered in NDN forwarder More...

#include <registered-prefix.hpp>

Inheritance diagram for ndn::RegisteredPrefix:
Collaboration diagram for ndn::RegisteredPrefix:

Public Member Functions

 RegisteredPrefix (const Name &prefix, shared_ptr< InterestFilterRecord > filter, const nfd::CommandOptions &options)
 
const NamegetPrefix () const
 
const shared_ptr< InterestFilterRecord > & getFilter () const
 
const nfd::CommandOptionsgetCommandOptions () const
 

Detailed Description

stores information about a prefix registered in NDN forwarder

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

Constructor & Destructor Documentation

ndn::RegisteredPrefix::RegisteredPrefix ( const Name prefix,
shared_ptr< InterestFilterRecord filter,
const nfd::CommandOptions options 
)
inline

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

Member Function Documentation

const Name& ndn::RegisteredPrefix::getPrefix ( ) const
inline

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

const shared_ptr<InterestFilterRecord>& ndn::RegisteredPrefix::getFilter ( ) const
inline

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

const nfd::CommandOptions& ndn::RegisteredPrefix::getCommandOptions ( ) const
inline

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


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