Json::ValueIterator Class Reference

Experimental and untested: iterator for object and array value. More...

#include <jsoncpp/include/json/value.h>

Inheritance diagram for Json::ValueIterator:

Json::ValueIteratorBase

List of all members.

Public Types

typedef unsigned int size_t
typedef int difference_type
typedef Valuereference
typedef Valuepointer
typedef ValueIterator SelfType

Public Member Functions

 ValueIterator (const ValueConstIterator &other)
 ValueIterator (const ValueIterator &other)
SelfTypeoperator= (const SelfType &other)
SelfType operator++ (int)
SelfType operator-- (int)
SelfTypeoperator-- ()
SelfTypeoperator++ ()
reference operator* () const

Friends

class Value


Detailed Description

Experimental and untested: iterator for object and array value.
The documentation for this class was generated from the following files:

Generated on Wed May 15 22:42:22 2013 for miniscope v3 by  doxygen 1.5.9
Tomasz Ostrowski