Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TCharBase< T, Size > Struct Template Reference

#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'
 

Detailed Description

template<typename T, const unsigned int Size>
struct TCharBase< T, Size >

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.

Definition at line 40 of file Char.h.

Member Typedef Documentation

◆ CharType

template<typename T , const unsigned int Size>
typedef T TCharBase< T, Size >::CharType

Definition at line 42 of file Char.h.

Member Data Documentation

◆ CarriageReturn

template<typename T , const unsigned int Size>
const CharType TCharBase< T, Size >::CarriageReturn = L'\x000D'
static

Definition at line 47 of file Char.h.

◆ FormFeed

template<typename T , const unsigned int Size>
const CharType TCharBase< T, Size >::FormFeed = L'\x000C'
static

Definition at line 46 of file Char.h.

◆ LineFeed

template<typename T , const unsigned int Size>
const CharType TCharBase< T, Size >::LineFeed = L'\x000A'
static

Definition at line 44 of file Char.h.

◆ LineSeparator

template<typename T , const unsigned int Size>
const CharType TCharBase< T, Size >::LineSeparator = L'\x2028'
static

Definition at line 49 of file Char.h.

◆ NextLine

template<typename T , const unsigned int Size>
const CharType TCharBase< T, Size >::NextLine = L'\x0085'
static

Definition at line 48 of file Char.h.

◆ ParagraphSeparator

template<typename T , const unsigned int Size>
const CharType TCharBase< T, Size >::ParagraphSeparator = L'\x2029'
static

Definition at line 50 of file Char.h.

◆ VerticalTab

template<typename T , const unsigned int Size>
const CharType TCharBase< T, Size >::VerticalTab = L'\x000B'
static

Definition at line 45 of file Char.h.


The documentation for this struct was generated from the following file: