#include <cstddef>
#include "container/hashtable.h"
#include "memory/allocator.h"
Go to the source code of this file.
Data Structures | |
class | DefaultCreationPolicy< Type, Parameter > |
class | SharedValue< Type > |
class | HashedCache< Key, Cached, Hasher, KeyEqual, CreationPolicy > |
Caches values that are uniquely identified by a key. More... | |
Defines | |
#define | INCLUDED_CONTAINER_CACHE_H |