DCL 4.1
Loading...
Searching...
No Matches
List.h
Go to the documentation of this file.
1#ifndef __DCL_LIST_H__
2#define __DCL_LIST_H__ 20110308
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_STRING_H__
11#include <dcl/String.h>
12#endif
13
14__DCL_BEGIN_NAMESPACE
15
16#define __DCL_INTERNAL__
17
18// class DCLCAPI StringList
19#define __COMPILE_StringList__ 1
20#include "__LIST.h"
21#undef __COMPILE_StringList__
22
23// class DCLCAPI ByteStringList
24#define __COMPILE_ByteStringList__ 1
25#include "__LIST.h"
26#undef __COMPILE_ByteStringList__
27
28// class DCLCAPI PointerList
29#define __COMPILE_PointerList__ 1
30#include "__LIST.h"
31#undef __COMPILE_PointerList__
32
33#undef __DCL_INTERNAL__
34
35__DCL_END_NAMESPACE
36
37#endif // __DCL_LIST_H__