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

Detailed Description

Definition at line 1516 of file json.h.

#include <json.h>

+ Collaboration diagram for fl::JsonValue::iterator:

Classes

struct  KeyValue
 

Public Member Functions

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

Private Attributes

JsonObject::iterator m_iter
 

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