Embedded Template Library 1.0
|
Public Types | |
typedef etl::iterator< ETL_OR_STD::forward_iterator_tag, T >::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 |
![]() | |
typedef T | value_type |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef T & | 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_map |
class | const_iterator |
bool | operator== (const iterator &lhs, const iterator &rhs) |
bool | operator!= (const iterator &lhs, const iterator &rhs) |