Embedded Template Library 1.0
|
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 |
![]() | |
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) | |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator= (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) |