DCL 4.0
Loading...
Searching...
No Matches
List.cpp
Go to the documentation of this file.
1#include <stdlib.h> // malloc, free, realloc
2#include <string.h> // memcpy
3
4#include <dcl/List.h>
5
6__DCL_BEGIN_NAMESPACE
7
8#define __DCL_INTERNAL__
9
10// class DCLCAPI StringList
11#define __COMPILE_StringList__ 1
12#include "__LIST.cpp"
13#undef __COMPILE_StringList__
14
15// class DCLCAPI ByteStringList
16#define __COMPILE_ByteStringList__ 1
17#include "__LIST.cpp"
18#undef __COMPILE_ByteStringList__
19
20// class DCLCAPI PointerList
21#define __COMPILE_PointerList__ 1
22#include "__LIST.cpp"
23#undef __COMPILE_PointerList__
24
25#undef __DCL_INTERNAL__
26
27__DCL_END_NAMESPACE