DCL 4.0
Loading...
Searching...
No Matches
HashMap.cpp
Go to the documentation of this file.
1#include <stdlib.h> // malloc, free, realloc
2#include <string.h> // memcpy
3
4#include <dcl/HashMap.h>
5
6__DCL_BEGIN_NAMESPACE
7
8#define __DCL_INTERNAL__
9
10// class DCLCAPI StringToStringMap
11#define __COMPILE_StringToStringMap__ 1
12#include "__HASHMAP.cpp"
13#undef __COMPILE_StringToStringMap__
14
15// class DCLCAPI StringToPointerMap
16#define __COMPILE_StringToPointerMap__ 1
17#include "__HASHMAP.cpp"
18#undef __COMPILE_StringToPointerMap__
19
20#if 1
21// class DCLCAPI IntToIntMap
22#define __COMPILE_IntToPointerMap__ 1
23#include "__HASHMAP.cpp"
24#undef __COMPILE_IntToPointerMap__
25#endif
26
27#undef __DCL_INTERNAL__
28
29__DCL_END_NAMESPACE