DCL 4.0
Loading...
Searching...
No Matches
ListedHashMap.cpp
Go to the documentation of this file.
1#include <stdlib.h> // malloc, free, realloc
2#include <string.h> // memcpy
3
4#include <dcl/ListedHashMap.h>
5
6__DCL_BEGIN_NAMESPACE
7
8#define __DCL_INTERNAL__
9
10// class DCLCAPI ListedStringToStringMap
11#define __COMPILE_ListedStringToStringMap__ 1
12#include "__LISTED_HASHMAP.cpp"
13#undef __COMPILE_ListedStringToStringMap__
14
15// class DCLCAPI ListedStringToPointerMap
16#define __COMPILE_ListedStringToPointerMap__ 1
17#include "__LISTED_HASHMAP.cpp"
18#undef __COMPILE_ListedStringToPointerMap__
19
20#if 1
21// class DCLCAPI ListedStringToStringArrayMap
22#define __COMPILE_ListedStringToStringArrayMap__ 1
23#include "__LISTED_HASHMAP.cpp"
24#undef __COMPILE_ListedStringToStringArrayMap__
25#endif
26
27// class DCLCAPI ListedByteStringToByteStringMap
28#define __COMPILE_ListedByteStringToByteStringMap__ 1
29#include "__LISTED_HASHMAP.cpp"
30#undef __COMPILE_ListedByteStringToByteStringMap__
31
32#undef __DCL_INTERNAL__
33
34__DCL_END_NAMESPACE