Iterator for object and array value. More...
#include <json.h>
Public Types | |
typedef int | difference_type |
typedef int | difference_type |
typedef Value * | pointer |
typedef Value * | pointer |
typedef Value & | reference |
typedef Value & | reference |
typedef ValueIterator | SelfType |
typedef ValueIterator | SelfType |
typedef unsigned int | size_t |
typedef unsigned int | size_t |
typedef Value | value_type |
typedef Value | value_type |
![]() | |
typedef int | difference_type |
typedef int | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef ValueIteratorBase | SelfType |
typedef ValueIteratorBase | SelfType |
typedef unsigned int | size_t |
typedef unsigned int | size_t |
Private Member Functions | |
ValueIterator (const Value::ObjectValues::iterator ¤t) | |
ValueIterator (const Value::ObjectValues::iterator ¤t) | |
Friends | |
class | Value |
Additional Inherited Members | |
![]() | |
difference_type | computeDistance (const SelfType &other) const |
difference_type | computeDistance (const SelfType &other) const |
void | copy (const SelfType &other) |
void | copy (const SelfType &other) |
void | decrement () |
void | decrement () |
Value & | deref () const |
Value & | deref () const |
void | increment () |
void | increment () |
bool | isEqual (const SelfType &other) const |
bool | isEqual (const SelfType &other) const |
Iterator for object and array value.
Definition at line 1171 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
Definition at line 1177 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
Definition at line 1177 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
typedef Value* Json::ValueIterator::pointer |
Definition at line 1179 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
typedef Value* Json::ValueIterator::pointer |
Definition at line 1179 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
typedef Value& Json::ValueIterator::reference |
Definition at line 1178 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
typedef Value& Json::ValueIterator::reference |
Definition at line 1178 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
Definition at line 1180 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
Definition at line 1180 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
typedef unsigned int Json::ValueIterator::size_t |
Definition at line 1176 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
typedef unsigned int Json::ValueIterator::size_t |
Definition at line 1176 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
typedef Value Json::ValueIterator::value_type |
Definition at line 1175 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
typedef Value Json::ValueIterator::value_type |
Definition at line 1175 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
Json::ValueIterator::ValueIterator | ( | ) |
Definition at line 2382 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.
|
explicit |
Definition at line 2387 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.
Json::ValueIterator::ValueIterator | ( | const ValueIterator & | other | ) |
Definition at line 2392 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.
|
explicitprivate |
Definition at line 2384 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.
Json::ValueIterator::ValueIterator | ( | ) |
|
explicit |
Json::ValueIterator::ValueIterator | ( | const ValueIterator & | other | ) |
|
explicitprivate |
|
inline |
Definition at line 1215 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
|
inline |
Definition at line 1215 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
|
inline |
Definition at line 1210 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
|
inline |
Definition at line 1210 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
Definition at line 1193 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
Definition at line 1193 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
|
inline |
Definition at line 1205 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
|
inline |
Definition at line 1205 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
Definition at line 1199 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
Definition at line 1199 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
|
inline |
Definition at line 1217 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
|
inline |
Definition at line 1217 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
ValueIterator & Json::ValueIterator::operator= | ( | const SelfType & | other | ) |
Definition at line 2395 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.
|
friend |
Definition at line 1172 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.