Advanced Strategic Command
|
#include <cstdlib>
#include <cassert>
#include <cstdarg>
#include <cstdio>
#include <cstring>
#include <memory>
#include <string>
#include <wchar.h>
#include <stdio.h>
#include <ctype.h>
#include <boost/scoped_array.hpp>
Go to the source code of this file.
Classes | |
class | ASCStringHelpers |
The ASCStringHelpers class provides helper's functions used by ASCString. More... | |
Macros | |
#define | _T(text) text |
Typedefs | |
typedef string | ASCCharTString |
typedef wstring | ASCAdaptatorString |
#define _T | ( | text | ) | text |
Definition at line 125 of file ASCStringHelpers.h.
typedef wstring ASCAdaptatorString |
Definition at line 120 of file ASCStringHelpers.h.
typedef string ASCCharTString |
Definition at line 116 of file ASCStringHelpers.h.