Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::iunordered_set< TKey, THash, TKeyEqual >::iterator Class Reference

Public Types

typedef etl::iterator< ETL_OR_STD::forward_iterator_tag, TKey >::value_type value_type
 
typedef iunordered_set::key_type key_type
 
typedef iunordered_set::hasher hasher
 
typedef iunordered_set::key_equal key_equal
 
typedef iunordered_set::reference reference
 
typedef iunordered_set::const_reference const_reference
 
typedef iunordered_set::pointer pointer
 
typedef iunordered_set::const_pointer const_pointer
 
typedef iunordered_set::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 TKeypointer
 
typedef TKeyreference
 
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_set
 
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: