Json::ValueConstIterator Class Reference

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

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

Inheritance diagram for Json::ValueConstIterator:

Json::ValueIteratorBase

List of all members.

Public Types

typedef unsigned int size_t
typedef int difference_type
typedef const Valuereference
typedef const Valuepointer
typedef ValueConstIterator SelfType

Public Member Functions

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

Friends

class Value


Detailed Description

Experimental and untested: const 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