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