#include <tcl/dict.h>
Public Member Functions | |
dict () | |
Default constructor makes an empty dict. | |
dict (const tcl::obj &d) | |
dict (const dict &other) | |
dict & | operator= (const dict &other) |
template<class T> | |
void | put (const char *key, const T &val) |
template<class T> | |
T | get (const char *key, T *=0) const |
tcl::obj | as_obj () const |
Definition at line 57 of file dict.h.