Public Types | Public Member Functions | Private Member Functions | Friends | List of all members
Json::ValueConstIterator Class Reference

const iterator for object and array value. More...

#include <json.h>

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

Public Types

typedef const Valuepointer
 
typedef const Valuereference
 
typedef ValueConstIterator SelfType
 
typedef const Value value_type
 
- Public Types inherited from Json::ValueIteratorBase
typedef int difference_type
 
typedef
std::bidirectional_iterator_tag 
iterator_category
 
typedef ValueIteratorBase SelfType
 
typedef unsigned int size_t
 

Public Member Functions

reference operator* () const
 
SelfType operator++ (int)
 
SelfTypeoperator++ ()
 
SelfType operator-- (int)
 
SelfTypeoperator-- ()
 
pointer operator-> () const
 
SelfTypeoperator= (const ValueIteratorBase &other)
 
 ValueConstIterator ()
 
- Public Member Functions inherited from Json::ValueIteratorBase
UInt index () const
 Return the index of the referenced Value, or -1 if it is not an arrayValue. More...
 
Value key () const
 
char const * memberName () const
 
char const * memberName (char const **end) const
 
std::string name () const
 
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)
 

Private Member Functions

 ValueConstIterator (const Value::ObjectValues::iterator &current)
 

Friends

class Value
 

Additional Inherited Members

- Protected Member Functions inherited from Json::ValueIteratorBase
difference_type computeDistance (const SelfType &other) const
 
void copy (const SelfType &other)
 
void decrement ()
 
Valuederef () const
 
void increment ()
 
bool isEqual (const SelfType &other) const
 

Detailed Description

const iterator for object and array value.

Definition at line 1071 of file json.h.

Member Typedef Documentation

Definition at line 1079 of file json.h.

Definition at line 1078 of file json.h.

Definition at line 1080 of file json.h.

Definition at line 1075 of file json.h.

Constructor & Destructor Documentation

Json::ValueConstIterator::ValueConstIterator ( )

Definition at line 2328 of file jsoncpp.cpp.

Json::ValueConstIterator::ValueConstIterator ( const Value::ObjectValues::iterator &  current)
explicitprivate

Definition at line 2330 of file jsoncpp.cpp.

Member Function Documentation

reference Json::ValueConstIterator::operator* ( ) const
inline

Definition at line 1113 of file json.h.

SelfType Json::ValueConstIterator::operator++ ( int  )
inline

Definition at line 1091 of file json.h.

SelfType& Json::ValueConstIterator::operator++ ( )
inline

Definition at line 1108 of file json.h.

SelfType Json::ValueConstIterator::operator-- ( int  )
inline

Definition at line 1097 of file json.h.

SelfType& Json::ValueConstIterator::operator-- ( )
inline

Definition at line 1103 of file json.h.

pointer Json::ValueConstIterator::operator-> ( ) const
inline

Definition at line 1115 of file json.h.

ValueConstIterator & Json::ValueConstIterator::operator= ( const ValueIteratorBase other)

Definition at line 2335 of file jsoncpp.cpp.

Friends And Related Function Documentation

friend class Value
friend

Definition at line 1072 of file json.h.


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


mission_planning
Author(s): ivan
autogenerated on Thu Nov 12 2015 19:08:20