|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_dynBinHeap.H>
Public Types | |
| using | Item_Type = T |
Public Member Functions | |
| Iterator () noexcept=default | |
| Default constructor creates an "end" iterator. | |
| Iterator (const DynBinHeap &h) | |
| const T & | get_curr_ne () const noexcept |
| const T & | get_curr () const |
Public Member Functions inherited from Aleph::GenBinHeap< NodeType, Key, Compare >::Iterator | |
| Iterator () noexcept | |
| Default constructor creates an "end" iterator. | |
| Iterator (const GenBinHeap &h) | |
| void | reset_first () noexcept |
| void | reset_last () noexcept |
| bool | has_curr () const noexcept |
| Node * | get_curr_ne () const noexcept |
| Node * | get_curr () const |
| void | next_ne () noexcept |
| void | next () |
| size_t | get_pos () const noexcept |
| void | end () noexcept |
Definition at line 295 of file tpl_dynBinHeap.H.
| using Aleph::DynBinHeap< T, Compare >::Iterator::Item_Type = T |
Definition at line 297 of file tpl_dynBinHeap.H.
|
defaultnoexcept |
Default constructor creates an "end" iterator.
|
inline |
Definition at line 300 of file tpl_dynBinHeap.H.
|
inline |
Definition at line 306 of file tpl_dynBinHeap.H.
References KEY.
|
inlinenoexcept |
Definition at line 302 of file tpl_dynBinHeap.H.
References KEY.