|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_dynSetHash.H>
Public Types | |
| using | Item_Type = Key |
| using | Set_Type = DynHashTable |
Public Member Functions | |
| Iterator () noexcept=default | |
| Default constructor creates an "end" iterator. | |
| Iterator (const DynHashTable &table) | |
| Key & | get_curr_ne () noexcept |
| const Key & | get_curr_ne () const noexcept |
| const Key & | get_curr () const |
| Key & | get_curr () |
| void | del () |
Definition at line 362 of file tpl_dynSetHash.H.
| using Aleph::DynHashTable< Key, HashTable, Cmp >::Iterator::Item_Type = Key |
Definition at line 365 of file tpl_dynSetHash.H.
| using Aleph::DynHashTable< Key, HashTable, Cmp >::Iterator::Set_Type = DynHashTable |
Definition at line 367 of file tpl_dynSetHash.H.
|
defaultnoexcept |
Default constructor creates an "end" iterator.
|
inline |
Definition at line 372 of file tpl_dynSetHash.H.
|
inline |
Definition at line 394 of file tpl_dynSetHash.H.
|
inline |
Definition at line 389 of file tpl_dynSetHash.H.
|
inline |
Definition at line 384 of file tpl_dynSetHash.H.
References Aleph::DynHashTable< Key, HashTable, Cmp >::Iterator::get_curr().
Referenced by Aleph::DynHashTable< Key, HashTable, Cmp >::Iterator::get_curr().
|
inlinenoexcept |
Definition at line 379 of file tpl_dynSetHash.H.
References Aleph::DynHashTable< Key, HashTable, Cmp >::Iterator::get_curr_ne().
|
inlinenoexcept |
Definition at line 374 of file tpl_dynSetHash.H.
Referenced by Aleph::DynHashTable< Key, HashTable, Cmp >::Iterator::get_curr_ne().