FastLED 3.9.3
|
Definition at line 17 of file fixed_set.h.
Public Types | |
typedef FixedVector< Key, N > | VectorType |
typedef VectorType::iterator | iterator |
typedef VectorType::const_iterator | const_iterator |
Public Member Functions | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
iterator | find (const Key &key) |
const_iterator | find (const Key &key) const |
bool | insert (const Key &key) |
bool | erase (const Key &key) |
bool | erase (iterator pos) |
bool | next (const Key &key, Key *next_key, bool allow_rollover=false) const |
bool | prev (const Key &key, Key *prev_key, bool allow_rollover=false) const |
constexpr size_t | size () const |
constexpr bool | empty () const |
constexpr size_t | capacity () const |
void | clear () |
bool | has (const Key &key) const |
const Key & | front () const |
const Key & | back () const |
typedef VectorType::const_iterator FixedSet< Key, N >::const_iterator |
Definition at line 21 of file fixed_set.h.
typedef VectorType::iterator FixedSet< Key, N >::iterator |
Definition at line 20 of file fixed_set.h.
typedef FixedVector<Key, N> FixedSet< Key, N >::VectorType |
Definition at line 19 of file fixed_set.h.
|
inline |
Definition at line 144 of file fixed_set.h.
|
inline |
Definition at line 26 of file fixed_set.h.
|
inline |
Definition at line 32 of file fixed_set.h.
|
inlineconstexpr |
Definition at line 125 of file fixed_set.h.
|
inline |
Definition at line 130 of file fixed_set.h.
|
inlineconstexpr |
Definition at line 120 of file fixed_set.h.
|
inline |
Definition at line 29 of file fixed_set.h.
|
inline |
Definition at line 35 of file fixed_set.h.
|
inline |
Definition at line 68 of file fixed_set.h.
|
inline |
Definition at line 77 of file fixed_set.h.
|
inline |
Definition at line 39 of file fixed_set.h.
|
inline |
Definition at line 48 of file fixed_set.h.
|
inline |
Definition at line 139 of file fixed_set.h.
|
inline |
Definition at line 134 of file fixed_set.h.
|
inline |
Definition at line 57 of file fixed_set.h.
|
inline |
Definition at line 85 of file fixed_set.h.
|
inline |
Definition at line 100 of file fixed_set.h.
|
inlineconstexpr |
Definition at line 116 of file fixed_set.h.