jle_cpp_tk  0.0 2015-04-03 sh1:"d699093732dd5f321606d0ff7a6b63b229f1922c"
A small, safe, selft contained, soft-realtime C++ toolkit
jle::map< key_type, T >::const_iterator Class Reference

Public Member Functions

 const_iterator (const const_iterator &)=default
 
 const_iterator (const_iterator &&)=default
 
const_iteratoroperator= (const const_iterator &)=default
 
const_iteratoroperator= (const_iterator &&)=default
 
 const_iterator (const iterator &it)
 
const_iteratoroperator= (const iterator &it)
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const const_iterator &it) const
 
bool operator!= (const const_iterator &it) const
 
const std::pair< const key_type, T > * operator-> (void)
 
const std::pair< const key_type, T > & operator* (void)
 

Friends

class jle::map< key_type, T >
 

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