Json::ValueConstIterator Class Reference
const iterator for object and array value.
More...
#include <json/value.h>
Inherits Json::ValueIteratorBase.
List of all members.
Detailed Description
const iterator for object and array value.
Definition at line 983 of file value.h.
Member Typedef Documentation
Constructor & Destructor Documentation
Json::ValueConstIterator::ValueConstIterator |
( |
|
) |
|
Member Function Documentation
reference Json::ValueConstIterator::operator* |
( |
|
) |
const [inline] |
SelfType& Json::ValueConstIterator::operator++ |
( |
|
) |
[inline] |
SelfType Json::ValueConstIterator::operator++ |
( |
int |
|
) |
[inline] |
SelfType& Json::ValueConstIterator::operator-- |
( |
|
) |
[inline] |
SelfType Json::ValueConstIterator::operator-- |
( |
int |
|
) |
[inline] |
Friends And Related Function Documentation
friend class Value [friend] |
The documentation for this class was generated from the following files: