Definition in file pointermap.h.
#include <map>
#include <string>
#include <algorithm>
#include <functional>
#include "generic_stdlib.h"
#include "pointerlookup.h"
Include dependency graph for pointermap.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | HasTable |
Mixin class for something that owns a simple publicly-accessible table of named items. More... | |
class | PointerMap |
This is provided for use with objects which want to maintain a simple database of named objects. More... |