#include <jsoncpp/include/json/value.h>
Public Types | |
typedef unsigned int | size_t |
typedef int | difference_type |
typedef Value & | reference |
typedef Value * | pointer |
typedef ValueIterator | SelfType |
Public Member Functions | |
ValueIterator (const ValueConstIterator &other) | |
ValueIterator (const ValueIterator &other) | |
SelfType & | operator= (const SelfType &other) |
SelfType | operator++ (int) |
SelfType | operator-- (int) |
SelfType & | operator-- () |
SelfType & | operator++ () |
reference | operator* () const |
Friends | |
class | Value |