Public Types | Public Member Functions | Protected Member Functions | Private Attributes
Json::ValueIteratorBase Class Reference

base class for Value iterators. More...

#include <value.h>

Inheritance diagram for Json::ValueIteratorBase:
Inheritance graph
[legend]

List of all members.

Public Types

typedef int difference_type
typedef ValueIteratorBase SelfType
typedef unsigned int size_t

Public Member Functions

UInt index () const
 Return the index of the referenced Value. -1 if it is not an arrayValue.
Value key () const
 Return either the index or the member name of the referenced value as a Value.
const char * memberName () const
 Return the member name of the referenced Value. "" if it is not an objectValue.
bool operator!= (const SelfType &other) const
difference_type operator- (const SelfType &other) const
bool operator== (const SelfType &other) const
 ValueIteratorBase ()
 ValueIteratorBase (const Value::ObjectValues::iterator &current)

Protected Member Functions

difference_type computeDistance (const SelfType &other) const
void copy (const SelfType &other)
void decrement ()
Valuederef () const
void increment ()
bool isEqual (const SelfType &other) const

Private Attributes

Value::ObjectValues::iterator current_
bool isNull_

Detailed Description

base class for Value iterators.

Definition at line 879 of file value.h.


Member Typedef Documentation

Reimplemented in Json::ValueIterator, and Json::ValueConstIterator.

Definition at line 883 of file value.h.

Reimplemented in Json::ValueIterator, and Json::ValueConstIterator.

Definition at line 884 of file value.h.

typedef unsigned int Json::ValueIteratorBase::size_t

Reimplemented in Json::ValueIterator, and Json::ValueConstIterator.

Definition at line 882 of file value.h.


Constructor & Destructor Documentation

Definition at line 14 of file json_value.cpp.

Json::ValueIteratorBase::ValueIteratorBase ( const Value::ObjectValues::iterator &  current) [explicit]

Definition at line 30 of file json_value.cpp.


Member Function Documentation

Definition at line 90 of file json_value.cpp.

void Json::ValueIteratorBase::copy ( const SelfType other) [protected]

Definition at line 144 of file json_value.cpp.

void Json::ValueIteratorBase::decrement ( ) [protected]

Definition at line 77 of file json_value.cpp.

Value & Json::ValueIteratorBase::deref ( ) const [protected]

Definition at line 51 of file json_value.cpp.

void Json::ValueIteratorBase::increment ( ) [protected]

Definition at line 64 of file json_value.cpp.

Return the index of the referenced Value. -1 if it is not an arrayValue.

Definition at line 181 of file json_value.cpp.

bool Json::ValueIteratorBase::isEqual ( const SelfType other) const [protected]

Definition at line 127 of file json_value.cpp.

Return either the index or the member name of the referenced value as a Value.

Definition at line 157 of file json_value.cpp.

const char * Json::ValueIteratorBase::memberName ( ) const

Return the member name of the referenced Value. "" if it is not an objectValue.

Definition at line 197 of file json_value.cpp.

bool Json::ValueIteratorBase::operator!= ( const SelfType other) const [inline]

Definition at line 899 of file value.h.

difference_type Json::ValueIteratorBase::operator- ( const SelfType other) const [inline]

Definition at line 904 of file value.h.

bool Json::ValueIteratorBase::operator== ( const SelfType other) const [inline]

Definition at line 894 of file value.h.


Member Data Documentation

Value::ObjectValues::iterator Json::ValueIteratorBase::current_ [private]

Definition at line 933 of file value.h.

Definition at line 935 of file value.h.


The documentation for this class was generated from the following files:


bwi_tools
Author(s): Piyush Khandelwal
autogenerated on Fri Aug 28 2015 10:14:30