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

Detailed Description

Definition at line 1552 of file types.h.

#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_iteratoroperator++ () 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
 

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