Cache entry implementation with additional references to the base container. More...
#include <content-store-impl.hpp>
Public Types | |
typedef Entry | base_type |
Public Member Functions | |
EntryImpl (Ptr< ContentStore > cs, shared_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, shared_ptr< const Data > data) | |
Construct content store entry. More... | |
const Name & | GetName () const |
Get prefix of the stored entry. More... | |
shared_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. More... | |
Cache entry implementation with additional references to the base container.
Definition at line 45 of file content-store-impl.hpp.
typedef Entry ns3::ndn::cs::EntryImpl< CS >::base_type |
Definition at line 47 of file content-store-impl.hpp.
|
inline |
Definition at line 50 of file content-store-impl.hpp.
|
inline |
Definition at line 57 of file content-store-impl.hpp.
|
inline |
Definition at line 63 of file content-store-impl.hpp.
Referenced by ns3::ndn::cs::ContentStoreImpl< Policy >::Next().
|
inline |
Definition at line 68 of file content-store-impl.hpp.