#include <ogdf/geometric/cr_min/graph/ogdf_iterator.h>
Public Types | |
using | T = Entry |
![]() | |
using | Entry = Entry |
using | Iterator = OGDFEntryIterator< Entry > |
Public Member Functions | |
Entry | operator* () |
![]() | |
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 | |
![]() | |
Entry | m_cur |
Definition at line 72 of file ogdf_iterator.h.
|
private |
Definition at line 74 of file ogdf_iterator.h.
Definition at line 77 of file ogdf_iterator.h.
|
inline |
Definition at line 80 of file ogdf_iterator.h.