Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Char.h File Reference
#include "CoreTypes.h"
#include "Traits/IntType.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< CharType, Size >
 
struct  TCharBase< CharType, 1 >
 
struct  TChar< CharType >
 

Macros

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

Typedefs

typedef TChar< TCHARFChar
 
typedef TChar< WIDECHARFCharWide
 
typedef TChar< ANSICHARFCharAnsi
 

Macro Definition Documentation

◆ LITERAL

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

Definition at line 30 of file Char.h.

Typedef Documentation

◆ FChar

Definition at line 138 of file Char.h.

◆ FCharAnsi

Definition at line 140 of file Char.h.

◆ FCharWide

Definition at line 139 of file Char.h.