OverSim
|
#include <hashWatch.h>
Public Member Functions | |
cStdMultiMapWatcher (const char *name, std::multimap< 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 | |
std::multimap< KeyT, ValueT, CmpT > & | m |
std::multimap< KeyT, ValueT, CmpT >::iterator | it |
int | itPos |
std::string | classname |
Definition at line 254 of file hashWatch.h.
|
inline |
Definition at line 262 of file hashWatch.h.
|
inlinevirtual |
Definition at line 269 of file hashWatch.h.
|
inlinevirtual |
Definition at line 287 of file hashWatch.h.
Referenced by cStdMultiMapWatcher< KeyT, ValueT, CmpT >::at().
|
inline |
Definition at line 266 of file hashWatch.h.
|
inlinevirtual |
Definition at line 267 of file hashWatch.h.
|
inlinevirtual |
Definition at line 268 of file hashWatch.h.
|
protected |
Definition at line 260 of file hashWatch.h.
Referenced by cStdMultiMapWatcher< KeyT, ValueT, CmpT >::cStdMultiMapWatcher(), and cStdMultiMapWatcher< KeyT, ValueT, CmpT >::getClassName().
|
mutableprotected |
Definition at line 258 of file hashWatch.h.
Referenced by cStdMultiMapWatcher< KeyT, ValueT, CmpT >::at(), and cStdMultiMapWatcher< KeyT, ValueT, CmpT >::atIt().
|
mutableprotected |
Definition at line 259 of file hashWatch.h.
Referenced by cStdMultiMapWatcher< KeyT, ValueT, CmpT >::at(), and cStdMultiMapWatcher< KeyT, ValueT, CmpT >::cStdMultiMapWatcher().
|
protected |
Definition at line 257 of file hashWatch.h.
Referenced by cStdMultiMapWatcher< KeyT, ValueT, CmpT >::at(), and cStdMultiMapWatcher< KeyT, ValueT, CmpT >::size().