Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::iunordered_map< TKey, T, THash, TKeyEqual >::const_iterator Class Reference

Public Types

typedef etl::iterator< ETL_OR_STD::forward_iterator_tag, constT >::value_type value_type
 
typedef iunordered_map::key_type key_type
 
typedef iunordered_map::mapped_type mapped_type
 
typedef iunordered_map::hasher hasher
 
typedef iunordered_map::key_equal key_equal
 
typedef iunordered_map::reference reference
 
typedef iunordered_map::const_reference const_reference
 
typedef iunordered_map::pointer pointer
 
typedef iunordered_map::const_pointer const_pointer
 
typedef iunordered_map::size_type size_type
 
- Public Types inherited from etl::iterator< ETL_OR_STD::forward_iterator_tag, const T >
typedef const T value_type
 
typedef ptrdiff_t difference_type
 
typedef const Tpointer
 
typedef const Treference
 
typedef ETL_OR_STD::forward_iterator_tag iterator_category
 

Public Member Functions

 const_iterator (const typename iunordered_map::iterator &other)
 
 const_iterator (const const_iterator &other)
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator= (const const_iterator &other)
 
const_reference operator* () const
 
const_pointer operator& () const
 
const_pointer operator-> () const
 

Friends

class iunordered_map
 
class iterator
 
bool operator== (const const_iterator &lhs, const const_iterator &rhs)
 
bool operator!= (const const_iterator &lhs, const const_iterator &rhs)
 

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