|
Dynalib Utils
|
#include <DynaHashMap.h>
Public Member Functions | |
| DynaMapIter (const DynaHashMap< K, V > *map, int start) | |
| int | getIndex () |
| bool | hasNext () |
| bool | hasPrev () |
| bool | operator== (const DynaMapIter< K, V > &other) const |
| bool | operator!= (const DynaMapIter< K, V > &other) const |
| MapEntry< K, V > * | operator* () const |
| const DynaMapIter< K, V > & | operator++ () |
| const DynaMapIter< K, V > & | operator-- () |
Template for Marker Object to mark "nullptr" entries and deleted entries
| K |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.13