Ark Server API (ASE) - Wiki
|
#include <Char.h>
Public Types | |
typedef T | CharType |
Public Types inherited from TCharBase< T, sizeof(T)> | |
typedef T | CharType |
Public Member Functions | |
TChar< WIDECHAR >::CharType | ToUpper (CharType Char) |
TChar< WIDECHAR >::CharType | ToLower (CharType Char) |
bool | IsUpper (CharType Char) |
bool | IsLower (CharType Char) |
bool | IsAlpha (CharType Char) |
bool | IsGraph (CharType Char) |
bool | IsPrint (CharType Char) |
bool | IsPunct (CharType Char) |
bool | IsAlnum (CharType Char) |
bool | IsDigit (CharType Char) |
bool | IsHexDigit (CharType Char) |
bool | IsWhitespace (CharType Char) |
TChar< ANSICHAR >::CharType | ToUpper (CharType Char) |
TChar< ANSICHAR >::CharType | ToLower (CharType Char) |
bool | IsUpper (CharType Char) |
bool | IsLower (CharType Char) |
bool | IsAlpha (CharType Char) |
bool | IsGraph (CharType Char) |
bool | IsPrint (CharType Char) |
bool | IsPunct (CharType Char) |
bool | IsAlnum (CharType Char) |
bool | IsDigit (CharType Char) |
bool | IsHexDigit (CharType Char) |
bool | IsWhitespace (CharType Char) |
Static Public Member Functions | |
static CharType | ToUpper (CharType Char) |
static CharType | ToLower (CharType Char) |
static bool | IsUpper (CharType Char) |
static bool | IsLower (CharType Char) |
static bool | IsAlpha (CharType Char) |
static bool | IsGraph (CharType Char) |
static bool | IsPrint (CharType Char) |
static bool | IsPunct (CharType Char) |
static bool | IsAlnum (CharType Char) |
static bool | IsDigit (CharType Char) |
static bool | IsOctDigit (CharType Char) |
static bool | IsHexDigit (CharType Char) |
static int32 | ConvertCharDigitToInt (CharType Char) |
static bool | IsWhitespace (CharType Char) |
static bool | IsIdentifier (CharType Char) |
static bool | IsUnderscore (CharType Char) |
static bool | IsLinebreak (CharType Char) |
Additional Inherited Members | |
Static Public Attributes inherited from TCharBase< T, sizeof(T)> | |
static const CharType | LineFeed |
static const CharType | VerticalTab |
static const CharType | FormFeed |
static const CharType | CarriageReturn |
static const CharType | NextLine |
static const CharType | LineSeparator |
static const CharType | ParagraphSeparator |