DCL 4.0
Loading...
Searching...
No Matches
String.h
Go to the documentation of this file.
1#ifndef __DCL_STRING_H__
2#define __DCL_STRING_H__ 20110108
3
4#ifndef __DCL_INCLUDED_STDARG_H
5#include <stdarg.h> // va_list
6#define __DCL_INCLUDED_STDARG_H
7#endif
8
9#ifndef __DCL_CONFIG_H__
10#include <dcl/Config.h>
11#endif
12
13__DCL_BEGIN_NAMESPACE
14
15class String;
16class StringBuilder;
17class RegexException;
18
19#define __DCL_INTERNAL__
20
21// ByteString
22#include "__STRING.h"
23
24// ByteStringBuilder
25#include "__STRING_BUILDER.h"
26
27// String
28#define __DCL_COMPILE_UNICODE__ 1
29#include "__STRING.h"
30
31// StringBuilder
32#include "__STRING_BUILDER.h"
33#undef __DCL_COMPILE_UNICODE__
34
35#undef __DCL_INTERNAL__
36
37__DCL_END_NAMESPACE
38
39#endif // __DCL_STRING_H__