LeviLamina
Loading...
Searching...
No Matches
Json::ValueIterator Class Reference
+ Inheritance diagram for Json::ValueIterator:

Public Types

using size_t = uint
 
using difference_type = int
 
using reference = ::Json::Value&
 
using pointer = ::Json::Value*
 
using SelfType = ::Json::ValueIterator
 
using value_type = ::Json::Value
 
using iterator_category = ::std::bidirectional_iterator_tag
 

Public Member Functions

MCAPI ValueIterator (::Json::ValueConstIterator const &other)
 
MCFOLD void * $ctor (::Json::ValueConstIterator const &other)
 
MCFOLD void $dtor ()
 
MCAPI::Json::Value & deref () const
 
MCAPI void increment ()
 
MCFOLD bool isEqual (::Json::ValueIteratorBase const &other) const
 
MCAPI char const * memberName () const
 
MCAPI bool operator!= (::Json::ValueIteratorBase const &other) const
 
MCFOLD void * $ctor (::Json::ValueIteratorBase const &other)
 

Public Attributes

union { 
 
   Json::Value::ArrayValues::iterator   array_ 
 
   Json::Value::ObjectValues::iterator   map_ 
 
};  
 
::ll::TypedStorage< 1, 1, bool > isArray_
 

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