#include <hashWatch.h>
Public Member Functions | |
cPointerMapWatcher (const char *name, std::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 | |
std::map< KeyT, ValueT, CmpT > & | m |
std::map< KeyT, ValueT, CmpT > ::iterator | it |
int | itPos |
std::string | classname |
Definition at line 210 of file hashWatch.h.
cPointerMapWatcher< KeyT, ValueT, CmpT >::cPointerMapWatcher | ( | const char * | name, | |
std::map< KeyT, ValueT, CmpT > & | var | |||
) | [inline] |
Definition at line 218 of file hashWatch.h.
virtual std::string cPointerMapWatcher< KeyT, ValueT, CmpT >::at | ( | int | i | ) | const [inline, virtual] |
virtual std::string cPointerMapWatcher< KeyT, ValueT, CmpT >::atIt | ( | ) | const [inline, virtual] |
Definition at line 240 of file hashWatch.h.
const char* cPointerMapWatcher< KeyT, ValueT, CmpT >::getClassName | ( | ) | const [inline] |
Definition at line 222 of file hashWatch.h.
{return classname.c_str();}
virtual const char* cPointerMapWatcher< KeyT, ValueT, CmpT >::getElemTypeName | ( | ) | const [inline, virtual] |
Definition at line 223 of file hashWatch.h.
{return "struct pair<*,*>";}
virtual int cPointerMapWatcher< KeyT, ValueT, CmpT >::size | ( | ) | const [inline, virtual] |
Definition at line 224 of file hashWatch.h.
{return m.size();}
std::string cPointerMapWatcher< KeyT, ValueT, CmpT >::classname [protected] |
Definition at line 216 of file hashWatch.h.
std::map<KeyT,ValueT,CmpT>::iterator cPointerMapWatcher< KeyT, ValueT, CmpT >::it [mutable, protected] |
Definition at line 214 of file hashWatch.h.
int cPointerMapWatcher< KeyT, ValueT, CmpT >::itPos [mutable, protected] |
Definition at line 215 of file hashWatch.h.
std::map<KeyT,ValueT,CmpT>& cPointerMapWatcher< KeyT, ValueT, CmpT >::m [protected] |
Definition at line 213 of file hashWatch.h.