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::ndnSIM::trie_point_iterator< T > Class Template Reference

Public Member Functions

 trie_point_iterator (typename Trie::iterator item)
 
 trie_point_iterator (Trie &item)
 
Trie & operator* ()
 
const Trie & operator* () const
 
Trie * operator-> ()
 
const Trie * operator-> () const
 
bool operator== (trie_point_iterator< const Trie > &other) const
 
bool operator== (trie_point_iterator< Trie > &other)
 
bool operator!= (trie_point_iterator< const Trie > &other) const
 
bool operator!= (trie_point_iterator< Trie > &other)
 
trie_point_iterator< Trie > & operator++ (int)
 
trie_point_iterator< Trie > & operator++ ()
 

Detailed Description

template<class T>
class ns3::ndn::ndnSIM::trie_point_iterator< T >

Definition at line 132 of file trie.h.


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