Ark Server API (ASE) - Wiki
|
#include <Char.h>
Public Types | |
typedef T | CharType |
Static Public Attributes | |
static const CharType | LineFeed = L'\x000A' |
static const CharType | VerticalTab = L'\x000B' |
static const CharType | FormFeed = L'\x000C' |
static const CharType | CarriageReturn = L'\x000D' |
static const CharType | NextLine = L'\x0085' |
static const CharType | LineSeparator = L'\x2028' |
static const CharType | ParagraphSeparator = L'\x2029' |
TChar Set of utility functions operating on a single character. The functions are specialized for ANSICHAR and TCHAR character types. You can use the typedefs FChar and FCharAnsi for convenience.
typedef T TCharBase< T, Size >::CharType |