#include <ogdf/geometric/cr_min/graph/ogdf_iterator.h>
Inheritance diagram for ogdf::internal::gcm::graph::EntryIterator< Entry >:Public Types | |
| using | T = Entry |
Public Types inherited from ogdf::internal::gcm::graph::OGDFEntryIterator< Entry > | |
| using | Entry = Entry |
| using | Iterator = OGDFEntryIterator< Entry > |
Public Member Functions | |
| Entry | operator* () |
Public Member Functions inherited from ogdf::internal::gcm::graph::OGDFEntryIterator< Entry > | |
| OGDFEntryIterator (Entry _cur) | |
| bool | operator!= (const Iterator &b) const |
| Iterator & | operator++ () |
| Iterator & | operator-- () |
| bool | operator== (const Iterator &b) const |
Private Types | |
| using | parent = OGDFEntryIterator< Entry > |
Additional Inherited Members | |
Protected Attributes inherited from ogdf::internal::gcm::graph::OGDFEntryIterator< Entry > | |
| Entry | m_cur |
Definition at line 72 of file ogdf_iterator.h.
|
private |
Definition at line 74 of file ogdf_iterator.h.
| using ogdf::internal::gcm::graph::EntryIterator< Entry >::T = Entry |
Definition at line 77 of file ogdf_iterator.h.
|
inline |
Definition at line 80 of file ogdf_iterator.h.