Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Char.h File Reference
#include "../BasicTypes.h"
#include <ctype.h>
#include <wctype.h>
+ 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< 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< TCHARFChar
 
typedef TChar< WIDECHARFCharWide
 
typedef TChar< ANSICHARFCharAnsi
 

Macro Definition Documentation

◆ LITERAL

#define LITERAL ( CharType,
StringLiteral )   TLiteral<CharType>::Select(StringLiteral, L##StringLiteral)

Definition at line 30 of file Char.h.

Typedef Documentation

◆ FChar

typedef TChar<TCHAR> FChar

Definition at line 142 of file Char.h.

◆ FCharAnsi

Definition at line 144 of file Char.h.

◆ FCharWide

Definition at line 143 of file Char.h.