cppx-core
Classes | Variables
cppx::ascii Namespace Reference

Classes

struct  Symbol_strings
 

Variables

const char null = '\0'
 
const char bell = '\a'
 
const char backspace = '\b'
 
const char tab = '\t'
 
const char linefeed = '\n'
 
const char vtab = '\v'
 
const char formfeed = '\f'
 
const char enter = '\r'
 
const char xon = '\x11'
 
const char xoff = '\x13'
 
const char end_of_text = '\x1A'
 
const char escape = '\x1B'
 
const char del = '\x7F'
 
const char first_char = char( 0 )
 
const char last_char = char( 127 )
 
const char NUL = null
 
const char BEL = bell
 
const char BS = backspace
 
const char HT = tab
 
const char LF = linefeed
 
const char VT = vtab
 
const char FF = formfeed
 
const char CR = enter
 
const char DC1 = xon
 
const char DC3 = xoff
 
const char SUB = end_of_text
 
const char ESC = escape
 
const char DEL = del
 
const char bad_char = del
 

Variable Documentation

◆ backspace

const char cppx::ascii::backspace = '\b'

Definition at line 9 of file ascii-character-names.hpp.

◆ bad_char

const char cppx::ascii::bad_char = del

Definition at line 60 of file ascii-character-names.hpp.

◆ BEL

const char cppx::ascii::BEL = bell

Definition at line 26 of file ascii-character-names.hpp.

◆ bell

const char cppx::ascii::bell = '\a'

Definition at line 8 of file ascii-character-names.hpp.

◆ BS

const char cppx::ascii::BS = backspace

Definition at line 27 of file ascii-character-names.hpp.

◆ CR

const char cppx::ascii::CR = enter

Definition at line 32 of file ascii-character-names.hpp.

◆ DC1

const char cppx::ascii::DC1 = xon

Definition at line 33 of file ascii-character-names.hpp.

◆ DC3

const char cppx::ascii::DC3 = xoff

Definition at line 34 of file ascii-character-names.hpp.

◆ del

const char cppx::ascii::del = '\x7F'

Definition at line 19 of file ascii-character-names.hpp.

◆ DEL

const char cppx::ascii::DEL = del

Definition at line 37 of file ascii-character-names.hpp.

◆ end_of_text

const char cppx::ascii::end_of_text = '\x1A'

Definition at line 17 of file ascii-character-names.hpp.

◆ enter

const char cppx::ascii::enter = '\r'

Definition at line 14 of file ascii-character-names.hpp.

◆ ESC

const char cppx::ascii::ESC = escape

Definition at line 36 of file ascii-character-names.hpp.

◆ escape

const char cppx::ascii::escape = '\x1B'

Definition at line 18 of file ascii-character-names.hpp.

◆ FF

const char cppx::ascii::FF = formfeed

Definition at line 31 of file ascii-character-names.hpp.

◆ first_char

const char cppx::ascii::first_char = char( 0 )

Definition at line 21 of file ascii-character-names.hpp.

◆ formfeed

const char cppx::ascii::formfeed = '\f'

Definition at line 13 of file ascii-character-names.hpp.

◆ HT

const char cppx::ascii::HT = tab

Definition at line 28 of file ascii-character-names.hpp.

◆ last_char

const char cppx::ascii::last_char = char( 127 )

Definition at line 22 of file ascii-character-names.hpp.

◆ LF

const char cppx::ascii::LF = linefeed

Definition at line 29 of file ascii-character-names.hpp.

◆ linefeed

const char cppx::ascii::linefeed = '\n'

Definition at line 11 of file ascii-character-names.hpp.

◆ NUL

const char cppx::ascii::NUL = null

Definition at line 25 of file ascii-character-names.hpp.

◆ null

const char cppx::ascii::null = '\0'

Definition at line 7 of file ascii-character-names.hpp.

◆ SUB

const char cppx::ascii::SUB = end_of_text

Definition at line 35 of file ascii-character-names.hpp.

◆ tab

const char cppx::ascii::tab = '\t'

Definition at line 10 of file ascii-character-names.hpp.

◆ VT

const char cppx::ascii::VT = vtab

Definition at line 30 of file ascii-character-names.hpp.

◆ vtab

const char cppx::ascii::vtab = '\v'

Definition at line 12 of file ascii-character-names.hpp.

◆ xoff

const char cppx::ascii::xoff = '\x13'

Definition at line 16 of file ascii-character-names.hpp.

◆ xon

const char cppx::ascii::xon = '\x11'

Definition at line 15 of file ascii-character-names.hpp.