ell::SC_ListingK::iterator Class Reference
#include <StateCollector.hh>
Detailed Description
Iterator for the access of the stored States.
Definition at line 191 of file StateCollector.hh.
Public Member Functions | |
iterator (const size_t start_, const SC_ListingK *const parent_) | |
const State *const | operator * () const |
bool | operator++ (int) |
bool | operator++ () |
Protected Attributes | |
size_t | i |
const SC_ListingK *const | parent |
const size_t | start |
Constructor & Destructor Documentation
ell::SC_ListingK::iterator::iterator | ( | const size_t | start_, | |
const SC_ListingK *const | parent_ | |||
) | [inline] |
Definition at line 198 of file StateCollector.hh.
Member Function Documentation
const State* const ell::SC_ListingK::iterator::operator * | ( | ) | const [inline] |
Definition at line 203 of file StateCollector.hh.
bool ell::SC_ListingK::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 212 of file StateCollector.hh.
bool ell::SC_ListingK::iterator::operator++ | ( | ) | [inline] |
Definition at line 207 of file StateCollector.hh.
Field Documentation
size_t ell::SC_ListingK::iterator::i [protected] |
Definition at line 194 of file StateCollector.hh.
const SC_ListingK* const ell::SC_ListingK::iterator::parent [protected] |
Definition at line 195 of file StateCollector.hh.
const size_t ell::SC_ListingK::iterator::start [protected] |
Definition at line 193 of file StateCollector.hh.
The documentation for this class was generated from the following file:
- src/ell/StateCollector.hh