#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.
cConstHashMapWatcher< KeyT, ValueT, CmpT >::cConstHashMapWatcher | ( | const char * | name, | |
const UNORDERED_MAP< KeyT, ValueT, CmpT > & | var | |||
) | [inline] |
Definition at line 174 of file hashWatch.h.
virtual std::string cConstHashMapWatcher< KeyT, ValueT, CmpT >::at | ( | int | i | ) | const [inline, virtual] |
virtual std::string cConstHashMapWatcher< KeyT, ValueT, CmpT >::atIt | ( | ) | const [inline, virtual] |
Definition at line 196 of file hashWatch.h.
const char* cConstHashMapWatcher< KeyT, ValueT, CmpT >::getClassName | ( | ) | const [inline] |
Definition at line 178 of file hashWatch.h.
{return classname.c_str();}
virtual const char* cConstHashMapWatcher< KeyT, ValueT, CmpT >::getElemTypeName | ( | ) | const [inline, virtual] |
Definition at line 179 of file hashWatch.h.
{return "struct pair<*,*>";}
virtual int cConstHashMapWatcher< KeyT, ValueT, CmpT >::size | ( | ) | const [inline, virtual] |
Definition at line 180 of file hashWatch.h.
{return m.size();}
std::string cConstHashMapWatcher< KeyT, ValueT, CmpT >::classname [protected] |
Definition at line 172 of file hashWatch.h.
UNORDERED_MAP<KeyT,ValueT,CmpT>::const_iterator cConstHashMapWatcher< KeyT, ValueT, CmpT >::it [mutable, protected] |
Definition at line 170 of file hashWatch.h.
int cConstHashMapWatcher< KeyT, ValueT, CmpT >::itPos [mutable, protected] |
Definition at line 171 of file hashWatch.h.
const UNORDERED_MAP<KeyT,ValueT,CmpT>& cConstHashMapWatcher< KeyT, ValueT, CmpT >::m [protected] |
Definition at line 169 of file hashWatch.h.