#include <ogdf/basic/pctree/util/IntrusiveList.h>
Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | iterator_category = std::input_iterator_tag |
| using | pointer = const T * |
| using | reference = T * |
| using | value_type = T * |
Public Member Functions | |
| iterator (T *node) | |
| bool | operator!= (iterator other) const |
| T * | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| bool | operator== (iterator other) const |
Private Attributes | |
| T * | m_node |
Definition at line 48 of file IntrusiveList.h.
| using ogdf::pc_tree::IntrusiveList< T >::iterator::difference_type = std::ptrdiff_t |
Definition at line 55 of file IntrusiveList.h.
| using ogdf::pc_tree::IntrusiveList< T >::iterator::iterator_category = std::input_iterator_tag |
Definition at line 53 of file IntrusiveList.h.
| using ogdf::pc_tree::IntrusiveList< T >::iterator::pointer = const T* |
Definition at line 56 of file IntrusiveList.h.
| using ogdf::pc_tree::IntrusiveList< T >::iterator::reference = T* |
Definition at line 57 of file IntrusiveList.h.
| using ogdf::pc_tree::IntrusiveList< T >::iterator::value_type = T* |
Definition at line 54 of file IntrusiveList.h.
|
inlineexplicit |
Definition at line 59 of file IntrusiveList.h.
|
inline |
Definition at line 74 of file IntrusiveList.h.
|
inline |
Definition at line 76 of file IntrusiveList.h.
|
inline |
Definition at line 61 of file IntrusiveList.h.
|
inline |
Definition at line 66 of file IntrusiveList.h.
|
inline |
Definition at line 72 of file IntrusiveList.h.
|
private |
Definition at line 49 of file IntrusiveList.h.