cppx-core
Namespaces | Variables
ascii-character-names.hpp File Reference

Go to the source code of this file.

Namespaces

 cppx
 
 cppx::ascii
 

Variables

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