Iterator for object and array value. More...
#include <json.h>

Public Types | |
| typedef int | difference_type | 
| typedef Value * | pointer | 
| typedef Value & | reference | 
| typedef ValueIterator | SelfType | 
| typedef unsigned int | size_t | 
| typedef Value | value_type | 
  Public Types inherited from Json::ValueIteratorBase | |
| typedef int | difference_type | 
| typedef  std::bidirectional_iterator_tag  | iterator_category | 
| typedef ValueIteratorBase | SelfType | 
| typedef unsigned int | size_t | 
Public Member Functions | |
| reference | operator* () const | 
| SelfType | operator++ (int) | 
| SelfType & | operator++ () | 
| SelfType | operator-- (int) | 
| SelfType & | operator-- () | 
| pointer | operator-> () const | 
| SelfType & | operator= (const SelfType &other) | 
| ValueIterator () | |
| ValueIterator (const ValueConstIterator &other) | |
| ValueIterator (const ValueIterator &other) | |
  Public Member Functions inherited from Json::ValueIteratorBase | |
| UInt | index () const | 
| Return the index of the referenced Value, or -1 if it is not an arrayValue.  More... | |
| Value | key () const | 
| char const * | memberName () const | 
| char const * | memberName (char const **end) const | 
| std::string | name () const | 
| bool | operator!= (const SelfType &other) const | 
| difference_type | operator- (const SelfType &other) const | 
| bool | operator== (const SelfType &other) const | 
| ValueIteratorBase () | |
| ValueIteratorBase (const Value::ObjectValues::iterator ¤t) | |
Private Member Functions | |
| ValueIterator (const Value::ObjectValues::iterator ¤t) | |
Friends | |
| class | Value | 
Additional Inherited Members | |
  Protected Member Functions inherited from Json::ValueIteratorBase | |
| difference_type | computeDistance (const SelfType &other) const | 
| void | copy (const SelfType &other) | 
| void | decrement () | 
| Value & | deref () const | 
| void | increment () | 
| bool | isEqual (const SelfType &other) const | 
| typedef int Json::ValueIterator::difference_type | 
| typedef Value* Json::ValueIterator::pointer | 
| typedef Value& Json::ValueIterator::reference | 
| typedef unsigned int Json::ValueIterator::size_t | 
| typedef Value Json::ValueIterator::value_type | 
| Json::ValueIterator::ValueIterator | ( | ) | 
Definition at line 2348 of file jsoncpp.cpp.
| Json::ValueIterator::ValueIterator | ( | const ValueConstIterator & | other | ) | 
Definition at line 2353 of file jsoncpp.cpp.
| Json::ValueIterator::ValueIterator | ( | const ValueIterator & | other | ) | 
Definition at line 2356 of file jsoncpp.cpp.
      
  | 
  explicitprivate | 
Definition at line 2350 of file jsoncpp.cpp.
| ValueIterator & Json::ValueIterator::operator= | ( | const SelfType & | other | ) | 
Definition at line 2359 of file jsoncpp.cpp.