FastLED 3.9.15
|
Definition at line 119 of file hash_map.h.
#include <hash_map.h>
Public Types | |
using | pointer = const value_type * |
using | reference = const value_type & |
using | value_type = pair<const Key, T> |
Public Member Functions | |
const_iterator () | |
const_iterator (const HashMap *m, size_t idx) | |
const_iterator (const iterator &it) | |
void | advance_to_occupied () |
bool | operator!= (const const_iterator &o) const |
value_type | operator* () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
pointer | operator-> () const |
bool | operator== (const const_iterator &o) const |
Private Attributes | |
value_type | _cached_value |
size_t | _idx |
const HashMap * | _map |
Friends | |
class | HashMap |