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_iterator< T, NonConstT > Class Template Reference

Public Member Functions

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

Detailed Description

template<class T, class NonConstT>
class ns3::ndn::ndnSIM::trie_iterator< T, NonConstT >

Definition at line 129 of file trie.h.


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