CYCLUS
|
#include <pyne.h>
Public Types | |
typedef int | difference_type |
typedef Value * | pointer |
typedef Value & | reference |
typedef ValueIterator | 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++ () |
SelfType | operator++ (int) |
SelfType & | operator-- () |
SelfType | operator-- (int) |
SelfType & | operator= (const SelfType &other) |
ValueIterator () | |
ValueIterator (const ValueConstIterator &other) | |
ValueIterator (const ValueIterator &other) | |
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 ¤t) | |
Additional Inherited Members | |
Protected Member Functions inherited from Json::ValueIteratorBase | |
difference_type | computeDistance (const SelfType &other) const |
void | copy (const SelfType &other) |
void | decrement () |
Value & | deref () const |
void | increment () |
bool | isEqual (const SelfType &other) const |
typedef int Json::ValueIterator::difference_type |
typedef Value* Json::ValueIterator::pointer |
typedef Value& Json::ValueIterator::reference |
typedef unsigned int Json::ValueIterator::size_t |
Json::ValueIterator::ValueIterator | ( | const ValueConstIterator & | other | ) |
Json::ValueIterator::ValueIterator | ( | const ValueIterator & | other | ) |
ValueIterator & Json::ValueIterator::operator= | ( | const SelfType & | other | ) |