Cache entry implementation with additional references to the base container. More...
#include <content-store-impl.h>
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 Name & | GetName () const |
Get prefix of the stored entry. More... | |
Ptr< const Data > | GetData () const |
Get Data of the stored entry. More... | |
Ptr< ContentStore > | GetContentStore () |
Get pointer to access store, to which this entry is added. | |
Cache entry implementation with additional references to the base container.
Definition at line 45 of file content-store-impl.h.