Embedded Template Library 1.0
etl::iunordered_multiset< TKey, THash, TKeyEqual >::iterator Class Reference

Public Types

typedef etl::iterator< ETL_OR_STD::forward_iterator_tag, TKey >::value_type value_type
 
typedef iunordered_multiset::key_type key_type
 
typedef iunordered_multiset::hasher hasher
 
typedef iunordered_multiset::key_equal key_equal
 
typedef iunordered_multiset::reference reference
 
typedef iunordered_multiset::const_reference const_reference
 
typedef iunordered_multiset::pointer pointer
 
typedef iunordered_multiset::const_pointer const_pointer
 
typedef iunordered_multiset::size_type size_type
 
- Public Types inherited from etl::iterator< ETL_OR_STD::forward_iterator_tag, TKey >
typedef TKey value_type
 
typedef ptrdiff_t difference_type
 
typedef TKey * pointer
 
typedef TKey & reference
 
typedef ETL_OR_STD::forward_iterator_tag iterator_category
 

Public Member Functions

 iterator (const iterator &other)
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator= (const iterator &other)
 
reference operator* () const
 
pointer operator& () const
 
pointer operator-> () const
 

Friends

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

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