DCL 4.0
Loading...
Searching...
No Matches
Array.cpp
Go to the documentation of this file.
1#include <stdlib.h> // malloc, free, realloc
2#include <string.h> // memcpy
3
4#include <dcl/Array.h>
5
6__DCL_BEGIN_NAMESPACE
7
8#define __DCL_INTERNAL__
9
10// class DCLCAPI StringArray
11#define __COMPILE_StringArray__ 1
12#include "__ARRAY.cpp"
13#undef __COMPILE_StringArray__
14
15// class DCLCAPI ByteStringArray
16#define __COMPILE_ByteStringArray__ 1
17#include "__ARRAY.cpp"
18#undef __COMPILE_ByteStringArray__
19
20// class DCLCAPI PointerArray
21#define __COMPILE_PointerArray__ 1
22#include "__ARRAY.cpp"
23#undef __COMPILE_PointerArray__
24
25#if 1
26// class DCLCAPI StringStringArray
27#define __COMPILE_StringStringArray__ 1
28#include "__ARRAY.cpp"
29#undef __COMPILE_StringStringArray__
30#endif
31
32#undef __DCL_INTERNAL__
33
34__DCL_END_NAMESPACE