|
|
using | SelfType = ::Json::ValueIteratorBase |
|
using | difference_type = int |
|
using | iterator_category = ::std::bidirectional_iterator_tag |
|
using | size_t = uint |
|
|
ValueIteratorBase & | operator= (ValueIteratorBase const &) |
|
MCAPI | ValueIteratorBase (::Json::ValueIteratorBase const &other) |
|
MCAPI::Json::Value & | deref () const |
|
MCAPI void | increment () |
|
MCAPI bool | isEqual (::Json::ValueIteratorBase const &other) const |
|
MCAPI char const * | memberName () const |
|
MCFOLD void * | $ctor (::Json::ValueIteratorBase const &other) |
|
MCFOLD void | $dtor () |
|
bool | operator!= (ValueIteratorBase const &other) const |
|
|
union { | |
|
Json::Value::ArrayValues::iterator array_ | |
|
Json::Value::ObjectValues::iterator map_ | |
| }; | |
|
bool | isArray_ |
The documentation for this class was generated from the following file: