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

#include <CString.h>

+ Collaboration diagram for TCStringSpcHelper< CharType >:

Static Public Attributes

static constexpr int32 MAX_SPACES = 255
 
static constexpr int32 MAX_TABS = 255
 
static const CharType SpcArray [MAX_SPACES+1]
 
static const CharType TabArray [MAX_TABS+1]
 

Detailed Description

template<typename CharType = TCHAR>
struct TCStringSpcHelper< CharType >

Definition at line 472 of file CString.h.

Member Data Documentation

◆ MAX_SPACES

template<typename CharType = TCHAR>
constexpr int32 TCStringSpcHelper< CharType >::MAX_SPACES = 255
staticconstexpr

Number of characters to be stored in string.

Definition at line 475 of file CString.h.

◆ MAX_TABS

template<typename CharType = TCHAR>
constexpr int32 TCStringSpcHelper< CharType >::MAX_TABS = 255
staticconstexpr

Number of tabs to be stored in string.

Definition at line 478 of file CString.h.

◆ SpcArray

template<typename CharType = TCHAR>
const CharType TCStringSpcHelper< CharType >::SpcArray[MAX_SPACES+1]
static

Definition at line 480 of file CString.h.

◆ TabArray

template<typename CharType = TCHAR>
const CharType TCStringSpcHelper< CharType >::TabArray[MAX_TABS+1]
static

Definition at line 481 of file CString.h.


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