#include <src/AlgsExecutionStates.h>
Definition at line 82 of file AlgsExecutionStates.h.
enum AlgsExecutionStates::Iterator::POS |
Definition at line 88 of file AlgsExecutionStates.h.
const std::vector< State > * v_
std::vector< State >::const_iterator pos_
AlgsExecutionStates::Iterator::~Iterator |
( |
| ) |
|
|
inline |
Definition at line 109 of file AlgsExecutionStates.h.
110 return pos_ != other.pos_ ||
s_ != other.s_ ||
v_ != other.v_;
const std::vector< State > * v_
std::vector< State >::const_iterator pos_
uint AlgsExecutionStates::Iterator::operator* |
( |
| ) |
|
|
inline |
Definition at line 125 of file AlgsExecutionStates.h.
const std::vector< State > * v_
std::vector< State >::const_iterator pos_
Iterator& AlgsExecutionStates::Iterator::operator++ |
( |
| ) |
|
|
inline |
Definition at line 113 of file AlgsExecutionStates.h.
const std::vector< State > * v_
std::vector< State >::const_iterator pos_
Iterator& AlgsExecutionStates::Iterator::operator++ |
( |
int |
| ) |
|
|
inline |
Definition at line 98 of file AlgsExecutionStates.h.
const std::vector< State > * v_
std::vector< State >::const_iterator pos_
bool AlgsExecutionStates::Iterator::operator== |
( |
const Iterator & |
other | ) |
|
|
inline |
Definition at line 105 of file AlgsExecutionStates.h.
106 return pos_ == other.pos_ &&
s_ == other.s_ &&
v_ == other.v_;
const std::vector< State > * v_
std::vector< State >::const_iterator pos_
State AlgsExecutionStates::Iterator::s_ |
|
private |
The documentation for this class was generated from the following file: