Iterator for object and array value.
More...
#include <value.h>
Public Types |
typedef unsigned int | size_t |
typedef int | difference_type |
typedef Value & | reference |
typedef Value * | pointer |
typedef ValueIterator | SelfType |
Protected Member Functions |
Value & | deref () const |
void | increment () |
void | decrement () |
difference_type | computeDistance (const SelfType &other) const |
bool | isEqual (const SelfType &other) const |
void | copy (const SelfType &other) |
Private Member Functions |
| ValueIterator (const Value::ObjectValues::iterator ¤t) |
Detailed Description
Iterator for object and array value.
Definition at line 1045 of file value.h.
The documentation for this class was generated from the following files: