#include <ogdf/geometric/cr_min/graph/ogdf_iterator.h>
Public Types | |
using | T = node |
Public Types inherited from ogdf::internal::gcm::graph::OGDFEntryIterator< adjEntry > | |
using | Entry = adjEntry |
using | Iterator = OGDFEntryIterator< Entry > |
Public Member Functions | |
node | operator* () |
Public Member Functions inherited from ogdf::internal::gcm::graph::OGDFEntryIterator< adjEntry > | |
OGDFEntryIterator (Entry _cur) | |
bool | operator!= (const Iterator &b) const |
Iterator & | operator++ () |
Iterator & | operator-- () |
bool | operator== (const Iterator &b) const |
Private Types | |
using | parent = OGDFEntryIterator< adjEntry > |
Additional Inherited Members | |
Protected Attributes inherited from ogdf::internal::gcm::graph::OGDFEntryIterator< adjEntry > | |
Entry | m_cur |
Definition at line 97 of file ogdf_iterator.h.
|
private |
Definition at line 99 of file ogdf_iterator.h.
Definition at line 102 of file ogdf_iterator.h.
|
inline |
Definition at line 105 of file ogdf_iterator.h.