Public Member Functions | |
IteratorOnVertices_read (const std::vector< Vertex * > *const v) | |
IteratorOnVertices_read & | next () |
bool | operator!= (const IteratorOnVertices_read &othr) const |
bool | operator!= (const std::vector< Vertex * >::const_iterator &ot) const |
IteratorOnVertices_read & | operator++ (int) |
Vertex * | operator* () |
std::vector< Vertex * > ::const_iterator | begin () const |
std::vector< Vertex * > ::const_iterator | end () const |
const std::vector< Vertex * > *const | getVertices () const |
Protected Attributes | |
const std::vector< Vertex * > *const | vertices |
std::vector< Vertex * > ::const_iterator | it |