|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_dynSetTree.H>
Public Member Functions | |
| Iterator () | |
| Iterator (DynSetTree< Key, HtdRbTree, Compare > &tree) | |
Public Member Functions inherited from Aleph::DynSetTree< Key, Tree, Compare >::Iterator | |
| Iterator () noexcept=default | |
| Default constructor creates an "end" iterator. | |
| Iterator (const DynSetTree &tree) | |
| const Key & | get_curr_ne () const noexcept |
| Key & | get_curr_ne () noexcept |
| const Key & | get_curr () const |
| Key & | get_curr () |
Additional Inherited Members | |
Public Types inherited from Aleph::DynSetTree< Key, Tree, Compare >::Iterator | |
| using | Base = typename Tree_Type::Iterator |
| using | Set_Type = DynSetTree |
Definition at line 1776 of file tpl_dynSetTree.H.
|
inline |
Definition at line 1776 of file tpl_dynSetTree.H.
|
inline |
Definition at line 1776 of file tpl_dynSetTree.H.