DCL 4.0
Loading...
Searching...
No Matches
HashMap.h
Go to the documentation of this file.
1#ifndef __DCL_HASH_MAP_H__
2#define __DCL_HASH_MAP_H__ 20110309
3
4#ifndef __DCL_OBJECT_H__
5#include <dcl/Object.h>
6#endif
7#ifndef __DCL_ARRAY_H__
8#include <dcl/Array.h>
9#endif
10#ifndef __DCL_HASH_FUN_H__
11#include <dcl/HashFun.h>
12#endif
13#ifndef __DCL_STRING_H__
14#include <dcl/String.h>
15#endif
16
17#define __DCL_INTERNAL__
18
19// class DCLCAPI StringToStringMap;
20#define __COMPILE_StringToStringMap__ 1
21#include <dcl/__HASHMAP.h>
22#undef __COMPILE_StringToStringMap__
23
24// class DCLCAPI StringToPointerMap;
25#define __COMPILE_StringToPointerMap__ 1
26#include <dcl/__HASHMAP.h>
27#undef __COMPILE_StringToPointerMap__
28
29#if 1
30// class DCLCAPI IntToPointerMap
31#define __COMPILE_IntToPointerMap__ 1
32#include <dcl/__HASHMAP.h>
33#undef __COMPILE_IntToPointerMap__
34#endif
35
36#undef __DCL_INTERNAL__
37
38#endif // __DCL_HASH_MAP_H__