#include <src/AlgsExecutionStates.h>
Definition at line 79 of file AlgsExecutionStates.h.
Definition at line 84 of file AlgsExecutionStates.h.
const std::vector< State > * m_v
auto find_valid(std::vector< State >::const_iterator iter) const
std::vector< State >::const_iterator m_pos
auto AlgsExecutionStates::Iterator::find_valid |
( |
std::vector< State >::const_iterator |
iter | ) |
const |
|
inlineprivate |
uint AlgsExecutionStates::Iterator::operator* |
( |
| ) |
|
|
inline |
Definition at line 104 of file AlgsExecutionStates.h.
const std::vector< State > * m_v
std::vector< State >::const_iterator m_pos
Iterator& AlgsExecutionStates::Iterator::operator++ |
( |
| ) |
|
|
inline |
Definition at line 96 of file AlgsExecutionStates.h.
const std::vector< State > * m_v
auto find_valid(std::vector< State >::const_iterator iter) const
std::vector< State >::const_iterator m_pos
Iterator& AlgsExecutionStates::Iterator::operator++ |
( |
int |
| ) |
|
|
inline |
Definition at line 89 of file AlgsExecutionStates.h.
91 return lhs.m_s == rhs.m_s && lhs.m_v == rhs.m_v && lhs.m_pos == rhs.m_pos;
State AlgsExecutionStates::Iterator::m_s |
|
private |
The documentation for this class was generated from the following file: