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

Public Types

using size_t = uint
 
using difference_type = int
 
using SelfType = ::Json::ValueIteratorBase
 
using iterator_category = ::std::bidirectional_iterator_tag
 

Public Member Functions

ValueIteratorBaseoperator= (ValueIteratorBase const &)
 
MCAPI ValueIteratorBase (::Json::ValueIteratorBase const &other)
 
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)
 
MCFOLD void $dtor ()
 

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: