NS-3 based Named Data Networking (NDN) simulator
ndnSIM: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ns3::ndn::cs::EntryImpl< CS > Class Template Reference

Cache entry implementation with additional references to the base container. More...

#include <content-store-impl.h>

Inheritance diagram for ns3::ndn::cs::EntryImpl< CS >:
Collaboration diagram for ns3::ndn::cs::EntryImpl< CS >:

Public Types

typedef Entry base_type
 

Public Member Functions

 EntryImpl (Ptr< ContentStore > cs, Ptr< const Data > data)
 
void SetTrie (typename CS::super::iterator item)
 
CS::super::iterator to_iterator ()
 
CS::super::const_iterator to_iterator () const
 
- Public Member Functions inherited from ns3::ndn::cs::Entry
 Entry (Ptr< ContentStore > cs, Ptr< const Data > data)
 Construct content store entry. More...
 
const NameGetName () const
 Get prefix of the stored entry. More...
 
Ptr< const DataGetData () const
 Get Data of the stored entry. More...
 
Ptr< ContentStoreGetContentStore ()
 Get pointer to access store, to which this entry is added.
 

Detailed Description

template<class CS>
class ns3::ndn::cs::EntryImpl< CS >

Cache entry implementation with additional references to the base container.

Definition at line 45 of file content-store-impl.h.


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