CACAO
|
Public Member Functions | |
iterator (DFSTraversal *parent) | |
iterator (DFSTraversal *parent, int index) | |
iterator (const iterator &it) | |
_NodeTy * | operator* () const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
bool | operator== (const iterator &other) const |
bool | operator!= (const iterator &other) const |
bool | operator< (const iterator &other) const |
bool | operator> (const iterator &other) const |
bool | operator<= (const iterator &other) const |
bool | operator>= (const iterator &other) const |
int | get_index () const |
iterator | get_parent () const |
iterator_list & | get_successors (iterator_list &list) const |
Private Attributes | |
int | index |
DFSTraversal * | parent |
Definition at line 150 of file GraphHelper.hpp.
|
inlineexplicit |
Definition at line 155 of file GraphHelper.hpp.
|
inlineexplicit |
Definition at line 156 of file GraphHelper.hpp.
|
inline |
Definition at line 157 of file GraphHelper.hpp.
|
inline |
Definition at line 217 of file GraphHelper.hpp.
|
inline |
Definition at line 221 of file GraphHelper.hpp.
|
inline |
Definition at line 225 of file GraphHelper.hpp.
|
inline |
Definition at line 196 of file GraphHelper.hpp.
|
inline |
Definition at line 159 of file GraphHelper.hpp.
|
inline |
Definition at line 164 of file GraphHelper.hpp.
|
inline |
Definition at line 170 of file GraphHelper.hpp.
|
inline |
Definition at line 175 of file GraphHelper.hpp.
|
inline |
Definition at line 181 of file GraphHelper.hpp.
|
inline |
Definition at line 200 of file GraphHelper.hpp.
|
inline |
Definition at line 208 of file GraphHelper.hpp.
|
inline |
Definition at line 192 of file GraphHelper.hpp.
|
inline |
Definition at line 204 of file GraphHelper.hpp.
|
inline |
Definition at line 212 of file GraphHelper.hpp.
|
private |
Definition at line 152 of file GraphHelper.hpp.
|
private |
Definition at line 153 of file GraphHelper.hpp.