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

#include <Char.h>

Static Public Member Functions

static bool IsLinebreak (CharType Char)
 

Static Public Attributes

static constexpr CharType LineFeed = (CharType)0xa
 
static constexpr CharType VerticalTab = (CharType)0xb
 
static constexpr CharType FormFeed = (CharType)0xc
 
static constexpr CharType CarriageReturn = (CharType)0xd
 
static constexpr CharType NextLine = (CharType)0x85
 
static constexpr CharType LineSeparator = (CharType)0x2028
 
static constexpr CharType ParagraphSeparator = (CharType)0x2029
 

Detailed Description

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

Definition at line 34 of file Char.h.

Member Function Documentation

◆ IsLinebreak()

template<typename CharType , const unsigned int Size>
static bool TCharBase< CharType, Size >::IsLinebreak ( CharType Char)
inlinestatic

Definition at line 44 of file Char.h.

Member Data Documentation

◆ CarriageReturn

template<typename CharType , const unsigned int Size>
constexpr CharType TCharBase< CharType, Size >::CarriageReturn = (CharType)0xd
staticconstexpr

Definition at line 39 of file Char.h.

◆ FormFeed

template<typename CharType , const unsigned int Size>
constexpr CharType TCharBase< CharType, Size >::FormFeed = (CharType)0xc
staticconstexpr

Definition at line 38 of file Char.h.

◆ LineFeed

template<typename CharType , const unsigned int Size>
constexpr CharType TCharBase< CharType, Size >::LineFeed = (CharType)0xa
staticconstexpr

Definition at line 36 of file Char.h.

◆ LineSeparator

template<typename CharType , const unsigned int Size>
constexpr CharType TCharBase< CharType, Size >::LineSeparator = (CharType)0x2028
staticconstexpr

Definition at line 41 of file Char.h.

◆ NextLine

template<typename CharType , const unsigned int Size>
constexpr CharType TCharBase< CharType, Size >::NextLine = (CharType)0x85
staticconstexpr

Definition at line 40 of file Char.h.

◆ ParagraphSeparator

template<typename CharType , const unsigned int Size>
constexpr CharType TCharBase< CharType, Size >::ParagraphSeparator = (CharType)0x2029
staticconstexpr

Definition at line 42 of file Char.h.

◆ VerticalTab

template<typename CharType , const unsigned int Size>
constexpr CharType TCharBase< CharType, Size >::VerticalTab = (CharType)0xb
staticconstexpr

Definition at line 37 of file Char.h.


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