Ark Server API (ASE) - Wiki
|
Go to the source code of this file.
Classes | |
struct | TLiteral< T > |
struct | TLiteral< WIDECHAR > |
struct | TCharBase< T, Size > |
struct | TCharBase< T, 1 > |
struct | LineBreakImplementation< T, Size > |
struct | LineBreakImplementation< T, 1 > |
struct | TChar< T > |
Macros | |
#define | LITERAL(CharType, StringLiteral) TLiteral<CharType>::Select(StringLiteral, L##StringLiteral) |
Typedefs | |
typedef TChar< TCHAR > | FChar |
typedef TChar< WIDECHAR > | FCharWide |
typedef TChar< ANSICHAR > | FCharAnsi |
#define LITERAL | ( | CharType, | |
StringLiteral ) TLiteral<CharType>::Select(StringLiteral, L##StringLiteral) |