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

Detailed Description

Definition at line 1562 of file json.h.

#include <json.h>

+ Collaboration diagram for fl::JsonValue::const_iterator:

Classes

struct  KeyValue
 

Public Member Functions

 const_iterator ()=default
 
 const_iterator (JsonObject::const_iterator iter)
 
bool operator!= (const const_iterator &other) const
 
KeyValue operator* () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const const_iterator &other) const
 

Static Public Member Functions

static const_iterator from_iterator (JsonObject::const_iterator iter)
 
static const_iterator from_object_iterator (const iterator &other)
 

Private Attributes

JsonObject::const_iterator m_iter
 

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