|
OverSim
|
#include <hashWatch.h>
Public Member Functions | |
| cConstHashMapWatcher (const char *name, const 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 | |
| const UNORDERED_MAP< KeyT, ValueT, CmpT > & | m |
| UNORDERED_MAP< KeyT, ValueT, CmpT >::const_iterator | it |
| int | itPos |
| std::string | classname |
Definition at line 166 of file hashWatch.h.
|
inline |
Definition at line 174 of file hashWatch.h.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 196 of file hashWatch.h.
|
inline |
Definition at line 178 of file hashWatch.h.
|
inlinevirtual |
Definition at line 179 of file hashWatch.h.
|
inlinevirtual |
Definition at line 180 of file hashWatch.h.
|
protected |
Definition at line 172 of file hashWatch.h.
|
mutableprotected |
Definition at line 170 of file hashWatch.h.
|
mutableprotected |
Definition at line 171 of file hashWatch.h.
|
protected |
Definition at line 169 of file hashWatch.h.