ZFFramework
 
Loading...
Searching...
No Matches
zfstlstring.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_zfstlstring_h_
7#define _ZFI_zfstlstring_h_
8
9#include "zfstl_define.h"
10#include <string>
11
12// ============================================================
14#ifndef zfstlstring
15 #define zfstlstring std::string
16#endif
17
19#ifndef zfstlbasicstring
20 #define zfstlbasicstring std::basic_string
21#endif
22
23// ============================================================
25#ifndef zfstlstringZ
26 #define zfstlstringZ zfstlbasicstring<zfchar>
27#endif
28
29#endif // #ifndef _ZFI_zfstlstring_h_
30
stl wrapper, note it's internal use only