#include <CSpace.hpp>
Public Member Functions | |
vertex_read_iteration (cspace_t const &cspace) | |
vertex_read_iteration & | operator++ () |
vertex_t | operator * () const |
bool | at_end () const |
bool | not_at_end () const |
template<typename some_map_t> | |
some_map_t::value_type | get (some_map_t const &some_map) const |
Public Attributes | |
vertex_it | vi |
vertex_it | vi_end |
estar::vertex_read_iteration::vertex_read_iteration | ( | cspace_t const & | cspace | ) | [inline] |
vertex_read_iteration& estar::vertex_read_iteration::operator++ | ( | ) | [inline] |
vertex_t estar::vertex_read_iteration::operator * | ( | ) | const [inline] |
bool estar::vertex_read_iteration::at_end | ( | ) | const [inline] |
bool estar::vertex_read_iteration::not_at_end | ( | ) | const [inline] |
some_map_t::value_type estar::vertex_read_iteration::get | ( | some_map_t const & | some_map | ) | const [inline] |