|
FastLED 3.9.15
|
#include <set.h>
Collaboration diagram for fl::VectorSetFixed< Key, N >:Public Types | |
| typedef VectorType::const_iterator | const_iterator |
| typedef VectorType::iterator | iterator |
| typedef FixedVector< Key, N > | VectorType |
Public Member Functions | |
| constexpr | VectorSetFixed ()=default |
| const Key & | back () const |
| iterator | begin () |
| const_iterator | begin () const |
| constexpr fl::size | capacity () const |
| void | clear () |
| template<typename... Args> | |
| bool | emplace (Args &&... args) |
| constexpr bool | empty () const |
| iterator | end () |
| const_iterator | end () const |
| bool | erase (const Key &key) |
| bool | erase (iterator pos) |
| iterator | find (const Key &key) |
| const_iterator | find (const Key &key) const |
| const Key & | front () const |
| bool | has (const Key &key) const |
| bool | insert (const Key &key) |
| bool | insert (Key &&key) |
| 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 fl::size | size () const |
Private Attributes | |
| VectorType | data |