![]() |
CYCLUS
|
#include <pyne.h>
Public Types | |
| typedef int | difference_type |
| typedef ValueIteratorBase | SelfType |
| typedef unsigned int | size_t |
Public Member Functions | |
| 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) | |
Protected Member Functions | |
| 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::ValueIteratorBase::difference_type |
| typedef unsigned int Json::ValueIteratorBase::size_t |
|
explicit |
|
protected |
|
protected |
|
protected |
| UInt Json::ValueIteratorBase::index | ( | ) | const |
|
protected |
| Value Json::ValueIteratorBase::key | ( | ) | const |
| const char * Json::ValueIteratorBase::memberName | ( | ) | const |
|
inline |
|
inline |
|
inline |