libutil++  1.9.3
 All Classes Functions Variables
Public Member Functions | Friends | List of all members
sella::container::radix_tree_it< K, T > Class Template Reference
Inheritance diagram for sella::container::radix_tree_it< K, T >:

Public Member Functions

std::pair< const K, T > & operator* () const
 
std::pair< const K, T > * operator-> () const
 
const radix_tree_it< K, T > & operator++ ()
 
radix_tree_it< K, T > operator++ (int)
 
bool operator!= (const radix_tree_it< K, T > &lhs) const
 
bool operator== (const radix_tree_it< K, T > &lhs) const
 

Friends

class radix_tree< K, T >
 

Detailed Description

template<typename K, typename T>
class sella::container::radix_tree_it< K, T >

Definition at line 21 of file radix_tree_it.h.


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