#include <IndexVector.hpp>
Collaboration diagram for Bodon::IndexVector::iterator:
Public Member Functions | |
iterator () | |
iterator (IndexVector *oiv, const std::vector< void * >::iterator &it) | |
Edge | operator * () const |
iterator & | operator++ () |
iterator & | operator= (const iterator &an_it) |
bool | operator== (const iterator &an_it) const |
bool | operator!= (const iterator &an_it) const |
Private Attributes | |
IndexVector * | oiv |
std::vector< void * >::iterator | it |
Friends | |
class | IndexVector |
Definition at line 16 of file IndexVector.hpp.
|
Definition at line 23 of file IndexVector.hpp. |
|
Definition at line 25 of file IndexVector.hpp. |
|
Definition at line 29 of file IndexVector.hpp. References Bodon::IndexVector::begin(), it, and oiv. |
|
Definition at line 56 of file IndexVector.hpp. References it. |
|
Definition at line 34 of file IndexVector.hpp. |
|
Definition at line 42 of file IndexVector.hpp. |
|
Definition at line 51 of file IndexVector.hpp. References it. |
|
Definition at line 18 of file IndexVector.hpp. |
|
Definition at line 21 of file IndexVector.hpp. Referenced by Bodon::IndexVector::erase(), operator *(), operator!=(), operator++(), operator=(), and operator==(). |
|
Definition at line 20 of file IndexVector.hpp. Referenced by operator *(), operator++(), and operator=(). |