DCL 4.0
Loading...
Searching...
No Matches
ListedHashMap.h
Go to the documentation of this file.
1#ifndef __DCL_LISTED_HASH_MAP_H__
2#define __DCL_LISTED_HASH_MAP_H__ 20110309
3
4#ifndef __DCL_OBJECT_H__
5#include <dcl/Object.h>
6#endif
7#ifndef __DCL_LIST_BASE_H__
8#include <dcl/ListBase.h>
9#endif
10#ifndef __DCL_ARRAY_H__
11#include <dcl/Array.h>
12#endif
13#ifndef __DCL_HASH_FUN_H__
14#include <dcl/HashFun.h>
15#endif
16#ifndef __DCL_STRING_H__
17#include <dcl/String.h>
18#endif
19
20__DCL_BEGIN_NAMESPACE
21
22#define __DCL_INTERNAL__
23
24// class DCLCAPI ListedStringToStringMap
25#define __COMPILE_ListedStringToStringMap__ 1
27#undef __COMPILE_ListedStringToStringMap__
28
29// class DCLCAPI ListedStringToPointerMap
30#define __COMPILE_ListedStringToPointerMap__ 1
32#undef __COMPILE_ListedStringToPointerMap__
33
34#if 1
35// class DCLCAPI ListedStringToStringArrayMap
36#define __COMPILE_ListedStringToStringArrayMap__ 1
38#undef __COMPILE_ListedStringToStringArrayMap__
39#endif
40
41// class DCLCAPI ListedByteStringToByteStringMap
42#define __COMPILE_ListedByteStringToByteStringMap__ 1
44#undef __COMPILE_ListedByteStringToByteStringMap__
45
46#undef __DCL_INTERNAL__
47
48__DCL_END_NAMESPACE
49
50#endif // __DCL_LISTED_HASH_MAP_H__