|
FastLED 3.9.15
|
#include <types.h>
Classes | |
| struct | KeyValue |
Public Types | |
| using | iterator_category = fl::forward_iterator_tag |
Public Member Functions | |
| const_iterator ()=default | |
| const_iterator (json_object::const_iterator iter) FL_NOEXCEPT | |
| bool | operator!= (const const_iterator &other) const FL_NOEXCEPT |
| KeyValue | operator* () const FL_NOEXCEPT |
| const_iterator & | operator++ () FL_NOEXCEPT |
| const_iterator | operator++ (int) FL_NOEXCEPT |
| bool | operator== (const const_iterator &other) const FL_NOEXCEPT |
Static Public Member Functions | |
| static const_iterator | from_iterator (json_object::const_iterator iter) FL_NOEXCEPT |
| static const_iterator | from_object_iterator (const iterator &other) FL_NOEXCEPT |
Private Attributes | |
| json_object::const_iterator | mIter |