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

Detailed Description

const iterator for object and array value.

Definition at line 4089 of file pyne.h.

#include <pyne.h>

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

Public Types

typedef int difference_type
 
typedef const Valuepointer
 
typedef const Valuereference
 
typedef ValueConstIterator SelfType
 
typedef unsigned int size_t
 
- Public Types inherited from Json::ValueIteratorBase
typedef int difference_type
 
typedef ValueIteratorBase SelfType
 
typedef unsigned int size_t
 

Public Member Functions

reference operator* () const
 
SelfType operator++ (int)
 
SelfTypeoperator++ ()
 
SelfType operator-- (int)
 
SelfTypeoperator-- ()
 
SelfTypeoperator= (const ValueIteratorBase &other)
 
 ValueConstIterator ()
 
- Public Member Functions inherited from Json::ValueIteratorBase
UInt index () const
 
Value key () const
 
const char * memberName () 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)
 

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
 

Member Typedef Documentation

◆ difference_type

Definition at line 4094 of file pyne.h.

◆ pointer

Definition at line 4096 of file pyne.h.

◆ reference

Definition at line 4095 of file pyne.h.

◆ SelfType

Definition at line 4097 of file pyne.h.

◆ size_t

typedef unsigned int Json::ValueConstIterator::size_t

Definition at line 4093 of file pyne.h.

Constructor & Destructor Documentation

◆ ValueConstIterator()

Json::ValueConstIterator::ValueConstIterator ( )

Definition at line 14305 of file pyne.cc.

Member Function Documentation

◆ operator*()

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

Definition at line 4138 of file pyne.h.

◆ operator++() [1/2]

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

Definition at line 4112 of file pyne.h.

◆ operator++() [2/2]

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

Definition at line 4132 of file pyne.h.

◆ operator--() [1/2]

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

Definition at line 4119 of file pyne.h.

◆ operator--() [2/2]

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

Definition at line 4126 of file pyne.h.

◆ operator=()

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

Definition at line 14324 of file pyne.cc.


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