#include <CSpace.hpp>
Public Member Functions | |
edge_read_iteration (cspace_t const &cspace, vertex_t from) | |
edge_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 | |
adjacency_it | ei |
adjacency_it | ei_end |
edge_read_iteration& estar::edge_read_iteration::operator++ | ( | ) | [inline] |
vertex_t estar::edge_read_iteration::operator * | ( | ) | const [inline] |
bool estar::edge_read_iteration::at_end | ( | ) | const [inline] |
bool estar::edge_read_iteration::not_at_end | ( | ) | const [inline] |
some_map_t::value_type estar::edge_read_iteration::get | ( | some_map_t const & | some_map | ) | const [inline] |