FastLED 3.9.7
|
Public Types | |
typedef SortedHeapVector< Pair, PairLess >::iterator | iterator |
typedef SortedHeapVector< Pair, PairLess >::const_iterator | const_iterator |
Public Member Functions | |
SortedHeapMap (Less less=Less()) | |
void | setMaxSize (size_t n) |
void | reserve (size_t n) |
bool | insert (const Key &key, const Value &value, InsertResult *result=nullptr) |
bool | has (const Key &key) const |
size_t | size () const |
bool | empty () const |
bool | full () const |
size_t | capacity () const |
void | clear () |
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 | erase (const Key &key) |
bool | erase (iterator it) |
iterator | lower_bound (const Key &key) |
const_iterator | lower_bound (const Key &key) const |
iterator | upper_bound (const Key &key) |
const_iterator | upper_bound (const Key &key) const |
Pair & | front () |
const Pair & | front () const |
Pair & | back () |
const Pair & | back () const |
typedef SortedHeapVector<Pair,PairLess>::const_iterator fl::SortedHeapMap< Key, Value, Less >::const_iterator |
typedef SortedHeapVector<Pair,PairLess>::iterator fl::SortedHeapMap< Key, Value, Less >::iterator |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |