FastLED 3.9.15
Loading...
Searching...
No Matches
fl::json_value::iterator Class Reference

Detailed Description

Definition at line 1504 of file types.h.

#include <types.h>

Classes

struct  KeyValue
 

Public Types

using iterator_category = fl::forward_iterator_tag
 

Public Member Functions

 iterator ()=default
 
 iterator (json_object::iterator iter) FL_NOEXCEPT
 
json_object::iterator get_iter () const FL_NOEXCEPT
 
bool operator!= (const iterator &other) const FL_NOEXCEPT
 
KeyValue operator* () const FL_NOEXCEPT
 
iteratoroperator++ () FL_NOEXCEPT
 
iterator operator++ (int) FL_NOEXCEPT
 
bool operator== (const iterator &other) const FL_NOEXCEPT
 

Private Attributes

json_object::iterator mIter
 

The documentation for this class was generated from the following file: