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

#include <Char.h>

Public Types

typedef T CharType
 

Static Public Attributes

static const CharType LineFeed = '\x000A'
 
static const CharType VerticalTab = '\x000B'
 
static const CharType FormFeed = '\x000C'
 
static const CharType CarriageReturn = '\x000D'
 
static const CharType NextLine = '\x0085'
 

Detailed Description

template<typename T>
struct TCharBase< T, 1 >

Definition at line 54 of file Char.h.

Member Typedef Documentation

◆ CharType

template<typename T >
typedef T TCharBase< T, 1 >::CharType

Definition at line 56 of file Char.h.

Member Data Documentation

◆ CarriageReturn

template<typename T >
const CharType TCharBase< T, 1 >::CarriageReturn = '\x000D'
static

Definition at line 61 of file Char.h.

◆ FormFeed

template<typename T >
const CharType TCharBase< T, 1 >::FormFeed = '\x000C'
static

Definition at line 60 of file Char.h.

◆ LineFeed

template<typename T >
const CharType TCharBase< T, 1 >::LineFeed = '\x000A'
static

Definition at line 58 of file Char.h.

◆ NextLine

template<typename T >
const CharType TCharBase< T, 1 >::NextLine = '\x0085'
static

Definition at line 62 of file Char.h.

◆ VerticalTab

template<typename T >
const CharType TCharBase< T, 1 >::VerticalTab = '\x000B'
static

Definition at line 59 of file Char.h.


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