#include <ogdf/basic/internal/graph_iterators.h>
Public Member Functions | |
SimpleRange ()=default | |
SimpleRange (const It &begin, const It &end) | |
SimpleRange (It &&begin, It &&end) | |
It & | begin () |
const It & | begin () const |
It & | end () |
const It & | end () const |
Private Attributes | |
It | m_begin |
It | m_end |
Definition at line 209 of file graph_iterators.h.
|
inline |
Definition at line 214 of file graph_iterators.h.
|
inline |
Definition at line 216 of file graph_iterators.h.
|
default |
|
inline |
Definition at line 224 of file graph_iterators.h.
|
inline |
Definition at line 220 of file graph_iterators.h.
|
inline |
Definition at line 226 of file graph_iterators.h.
|
inline |
Definition at line 222 of file graph_iterators.h.
|
private |
Definition at line 210 of file graph_iterators.h.
|
private |
Definition at line 211 of file graph_iterators.h.