|
FastLED 3.9.15
|
Definition at line 73 of file unordered_map_small.h.
#include <unordered_map_small.h>
Collaboration diagram for fl::unordered_map_small< Key, Value, Equal >::const_iterator:Public Types | |
| using | iterator_category = fl::forward_iterator_tag |
| using | pointer = const value_type* |
| using | reference = const value_type& |
Public Member Functions | |
| const_iterator () FL_NOEXCEPT | |
| const_iterator (const iterator &it) FL_NOEXCEPT | |
| const_iterator (const unordered_map_small *map, size_type idx) FL_NOEXCEPT | |
| bool | operator!= (const const_iterator &o) const FL_NOEXCEPT |
| reference | operator* () const FL_NOEXCEPT |
| const_iterator & | operator++ () FL_NOEXCEPT |
| const_iterator | operator++ (int) FL_NOEXCEPT |
| pointer | operator-> () const FL_NOEXCEPT |
| bool | operator== (const const_iterator &o) const FL_NOEXCEPT |
Private Member Functions | |
| void | advance_to_occupied () FL_NOEXCEPT |
Private Attributes | |
| size_type | mIdx |
| const unordered_map_small * | mMap |
Friends | |
| class | unordered_map_small |