#include <pointermap.h>
Inheritance diagram for HasTable< BaseType, TableType >:
Definition at line 140 of file pointermap.h.
Public Types | |
typedef TableType | Table |
typedef Table::key_type | key_type |
Public Methods | |
void | table_set (const key_type &name, BaseType *i) |
Add the given item to the table of available items, overwriting any old one with that name. | |
const Table & | table () const |
|
Add the given item to the table of available items, overwriting any old one with that name. The pointer should be allocated using new, since it will be deleted when this object is destroyed (depending on the underlying TableType.) Definition at line 149 of file pointermap.h. |