|
OverSim
|
#include <hashWatch.h>
Public Member Functions | |
| cHashMapWatcher (const char *name, UNORDERED_MAP< KeyT, ValueT, CmpT > &var) | |
| const char * | getClassName () const |
| virtual const char * | getElemTypeName () const |
| virtual int | size () const |
| virtual std::string | at (int i) const |
| virtual std::string | atIt () const |
Protected Attributes | |
| UNORDERED_MAP< KeyT, ValueT, CmpT > & | m |
| UNORDERED_MAP< KeyT, ValueT, CmpT >::iterator | it |
| int | itPos |
| std::string | classname |
Definition at line 122 of file hashWatch.h.
|
inline |
Definition at line 130 of file hashWatch.h.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 152 of file hashWatch.h.
|
inline |
Definition at line 134 of file hashWatch.h.
|
inlinevirtual |
Definition at line 135 of file hashWatch.h.
|
inlinevirtual |
Definition at line 136 of file hashWatch.h.
|
protected |
Definition at line 128 of file hashWatch.h.
|
mutableprotected |
Definition at line 126 of file hashWatch.h.
|
mutableprotected |
Definition at line 127 of file hashWatch.h.
|
protected |
Definition at line 125 of file hashWatch.h.