|
OverSim
|
#include <hashWatch.h>
Public Member Functions | |
| cHashSetWatcher (const char *name, UNORDERED_SET< T > &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_SET< T > & | v |
| std::string | classname |
| UNORDERED_SET< T >::iterator | it |
| int | itPos |
Definition at line 34 of file hashWatch.h.
|
inline |
Definition at line 42 of file hashWatch.h.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 64 of file hashWatch.h.
|
inline |
Definition at line 46 of file hashWatch.h.
|
inlinevirtual |
Definition at line 47 of file hashWatch.h.
|
inlinevirtual |
Definition at line 48 of file hashWatch.h.
|
protected |
Definition at line 38 of file hashWatch.h.
|
mutableprotected |
Definition at line 39 of file hashWatch.h.
|
mutableprotected |
Definition at line 40 of file hashWatch.h.
|
protected |
Definition at line 37 of file hashWatch.h.