#include <src/AlgsExecutionStates.h>
Definition at line 79 of file AlgsExecutionStates.h.
enum AlgsExecutionStates::Iterator::POS |
Definition at line 85 of file AlgsExecutionStates.h.
const std::vector< State > * v_
std::vector< State >::const_iterator pos_
AlgsExecutionStates::Iterator::~Iterator |
( |
| ) |
|
|
inline |
Definition at line 104 of file AlgsExecutionStates.h.
104 {
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 117 of file AlgsExecutionStates.h.
const std::vector< State > * v_
std::vector< State >::const_iterator pos_
Iterator& AlgsExecutionStates::Iterator::operator++ |
( |
| ) |
|
|
inline |
Definition at line 106 of file AlgsExecutionStates.h.
const std::vector< State > * v_
std::vector< State >::const_iterator pos_
Iterator& AlgsExecutionStates::Iterator::operator++ |
( |
int |
| ) |
|
|
inline |
Definition at line 94 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 102 of file AlgsExecutionStates.h.
102 {
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: