![]() |
Ark Server API (ASA) - Wiki
|
Include dependency graph for Char.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | TLiteral< T > |
| struct | TLiteral< WIDECHAR > |
| struct | TCharBase< CharType, Size > |
| struct | TCharBase< CharType, 1 > |
| struct | TChar< CharType > |
Macros | |
| #define | LITERAL(CharType, StringLiteral) TLiteral<CharType>::Select(StringLiteral, TEXT(StringLiteral)) |
Typedefs | |
| typedef TChar< TCHAR > | FChar |
| typedef TChar< WIDECHAR > | FCharWide |
| typedef TChar< ANSICHAR > | FCharAnsi |
| #define LITERAL | ( | CharType, | |
| StringLiteral ) TLiteral<CharType>::Select(StringLiteral, TEXT(StringLiteral)) |