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::Json::Value & operator* () const
 
MCAPI::Json::ValueIterator & operator++ ()
 
MCAPI void increment ()
 
MCAPI bool operator!= (::Json::ValueIteratorBase const &other) const
 

Public Attributes

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

Member Function Documentation

◆ operator*()

MCAPI::Json::Value & Json::ValueIterator::operator* ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ operator++()

MCAPI::Json::ValueIterator & Json::ValueIterator::operator++ ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

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