FastLED 3.9.15
Loading...
Searching...
No Matches
fl::JsonValue::array_iterator< T > Class Template Reference

Detailed Description

template<typename T>
class fl::JsonValue::array_iterator< T >

Definition at line 1184 of file json.h.

#include <json.h>

Public Member Functions

 array_iterator ()
 
 array_iterator (variant_t *variant, size_t index)
 
bool operator!= (const array_iterator &other) const
 
ParseResult< T > operator* () const
 
array_iteratoroperator++ ()
 
array_iterator operator++ (int)
 
bool operator== (const array_iterator &other) const
 

Private Types

using variant_t = typename JsonValue::variant_t
 

Private Member Functions

size_t get_size () const
 
ParseResult< T > get_value () const
 

Private Attributes

size_t m_index
 
variant_tm_variant
 

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