|
CASM
AClustersApproachtoStatisticalMechanics
|
#include <Enumerator.hh>
Inheritance diagram for CASM::EnumIteratorBase:Definition at line 255 of file Enumerator.hh.
Public Types | |
| typedef EnumeratorBase::step_type | step_type |
Public Member Functions | |
| EnumIteratorBase () | |
| Default Constructor. More... | |
| EnumIteratorBase (EnumeratorBase &enumerator) | |
| Constructor. More... | |
| virtual | ~EnumIteratorBase () |
| virtual step_type | step () const =0 |
| jsonParser | source () const |
| std::string | name () const |
| Uses enumerator class 'name' implementation. More... | |
| virtual bool | is_end () const =0 |
| Returns true if 'end' iterator. More... | |
| std::unique_ptr< EnumIteratorBase > | clone () const |
Protected Member Functions | |
| void | _assert_same_ptr (const EnumIteratorBase &other) const |
| void | _assert_ptr () const |
| void | _assert_valid () const |
| bool | equal (const EnumIteratorBase &other) const |
| boost::iterator_facade implementation More... | |
| EnumeratorBase * | _enum_ptr () |
| EnumeratorBase * | _enum_ptr () const |
Private Member Functions | |
| virtual EnumIteratorBase * | _clone () const =0 |
| EnumeratorBase & | _enum () |
| EnumeratorBase & | _enum () const |
Private Attributes | |
| EnumeratorBase * | m_enum_ptr |
Definition at line 259 of file Enumerator.hh.
|
inline |
Default Constructor.
Definition at line 262 of file Enumerator.hh.
|
inline |
Constructor.
Definition at line 266 of file Enumerator.hh.
|
inlinevirtual |
Definition at line 269 of file Enumerator.hh.
|
inlineprotected |
Definition at line 303 of file Enumerator.hh.
|
inlineprotected |
Definition at line 298 of file Enumerator.hh.
|
inlineprotected |
Definition at line 307 of file Enumerator.hh.
|
privatepure virtual |
|
inlineprivate |
Definition at line 342 of file Enumerator.hh.
|
inlineprivate |
Definition at line 346 of file Enumerator.hh.
|
inlineprotected |
Definition at line 330 of file Enumerator.hh.
|
inlineprotected |
Definition at line 334 of file Enumerator.hh.
|
inline |
Definition at line 291 of file Enumerator.hh.
|
inlineprotected |
boost::iterator_facade implementation
Definition at line 315 of file Enumerator.hh.
|
pure virtual |
Returns true if 'end' iterator.
Implemented in CASM::RandomAccessEnumIteratorBase< ValueType, IsConst >, and CASM::InputEnumIteratorBase< ValueType, IsConst >.
|
inline |
Uses enumerator class 'name' implementation.
Definition at line 284 of file Enumerator.hh.
|
inline |
Uses 'step' and enumerator class 'source' implementation
Definition at line 279 of file Enumerator.hh.
|
pure virtual |
Return current step number
Implemented in CASM::RandomAccessEnumIteratorBase< ValueType, IsConst >, and CASM::InputEnumIteratorBase< ValueType, IsConst >.
|
private |
Definition at line 351 of file Enumerator.hh.