#include <utility>
#include "pool.h"
#include "utils.h"
Go to the source code of this file.
Namespaces | |
| namespace | ace |
Classes | |
| class | ace::HashedStore |
| Class serves as storage for. More... | |
The module is implemented by template classes, thus the file contains both declarations and definitions. Note: Because hash_set container, which is used here is not standardized, there is some difference between implementation found in Visual Studio (based on Dinkumware library) and GCC (based on SGI library).
Definition in file hash.h.
1.5.5