#include <ogdf/basic/internal/graph_iterators.h>
Public Member Functions | |
GraphIteratorBase () | |
template<bool isArgReverse> | |
GraphIteratorBase (GraphIteratorBase< GraphObjectPtr, isArgReverse > &it) | |
GraphIteratorBase (GraphObjectPtr ptr) | |
bool | operator!= (const GraphIteratorBase< GraphObjectPtr, isReverse > &other) const |
GraphObjectPtr & | operator* () |
GraphIteratorBase< GraphObjectPtr, isReverse > & | operator++ () |
Increment operator (prefix). | |
GraphIteratorBase< GraphObjectPtr, isReverse > | operator++ (int) |
Increment operator (postfix). | |
GraphIteratorBase< GraphObjectPtr, isReverse > & | operator-- () |
Decrement operator (prefix). | |
GraphIteratorBase< GraphObjectPtr, isReverse > | operator-- (int) |
Decrement operator (postfix). | |
bool | operator== (const GraphIteratorBase< GraphObjectPtr, isReverse > &other) const |
Private Attributes | |
GraphObjectPtr | m_ptr |
Friends | |
class | GraphIteratorBase< GraphObjectPtr, !isReverse > |
Definition at line 51 of file graph_iterators.h.
|
inline |
Definition at line 57 of file graph_iterators.h.
|
inline |
Definition at line 59 of file graph_iterators.h.
|
inline |
Definition at line 62 of file graph_iterators.h.
|
inline |
Definition at line 68 of file graph_iterators.h.
|
inline |
Definition at line 72 of file graph_iterators.h.
|
inline |
Increment operator (prefix).
Definition at line 75 of file graph_iterators.h.
|
inline |
Increment operator (postfix).
Definition at line 82 of file graph_iterators.h.
|
inline |
Decrement operator (prefix).
Definition at line 90 of file graph_iterators.h.
|
inline |
Decrement operator (postfix).
Definition at line 97 of file graph_iterators.h.
|
inline |
Definition at line 64 of file graph_iterators.h.
|
friend |
Definition at line 1 of file graph_iterators.h.
|
private |
Definition at line 54 of file graph_iterators.h.