cppx-core
|
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 |
const char cppx::ascii::backspace = '\b' |
Definition at line 9 of file ascii-character-names.hpp.
const char cppx::ascii::bad_char = del |
Definition at line 60 of file ascii-character-names.hpp.
const char cppx::ascii::BEL = bell |
Definition at line 26 of file ascii-character-names.hpp.
const char cppx::ascii::bell = '\a' |
Definition at line 8 of file ascii-character-names.hpp.
const char cppx::ascii::BS = backspace |
Definition at line 27 of file ascii-character-names.hpp.
const char cppx::ascii::CR = enter |
Definition at line 32 of file ascii-character-names.hpp.
const char cppx::ascii::DC1 = xon |
Definition at line 33 of file ascii-character-names.hpp.
const char cppx::ascii::DC3 = xoff |
Definition at line 34 of file ascii-character-names.hpp.
const char cppx::ascii::del = '\x7F' |
Definition at line 19 of file ascii-character-names.hpp.
const char cppx::ascii::DEL = del |
Definition at line 37 of file ascii-character-names.hpp.
const char cppx::ascii::end_of_text = '\x1A' |
Definition at line 17 of file ascii-character-names.hpp.
const char cppx::ascii::enter = '\r' |
Definition at line 14 of file ascii-character-names.hpp.
const char cppx::ascii::ESC = escape |
Definition at line 36 of file ascii-character-names.hpp.
const char cppx::ascii::escape = '\x1B' |
Definition at line 18 of file ascii-character-names.hpp.
const char cppx::ascii::FF = formfeed |
Definition at line 31 of file ascii-character-names.hpp.
const char cppx::ascii::first_char = char( 0 ) |
Definition at line 21 of file ascii-character-names.hpp.
const char cppx::ascii::formfeed = '\f' |
Definition at line 13 of file ascii-character-names.hpp.
const char cppx::ascii::HT = tab |
Definition at line 28 of file ascii-character-names.hpp.
const char cppx::ascii::last_char = char( 127 ) |
Definition at line 22 of file ascii-character-names.hpp.
const char cppx::ascii::LF = linefeed |
Definition at line 29 of file ascii-character-names.hpp.
const char cppx::ascii::linefeed = '\n' |
Definition at line 11 of file ascii-character-names.hpp.
const char cppx::ascii::NUL = null |
Definition at line 25 of file ascii-character-names.hpp.
const char cppx::ascii::null = '\0' |
Definition at line 7 of file ascii-character-names.hpp.
const char cppx::ascii::SUB = end_of_text |
Definition at line 35 of file ascii-character-names.hpp.
const char cppx::ascii::tab = '\t' |
Definition at line 10 of file ascii-character-names.hpp.
const char cppx::ascii::VT = vtab |
Definition at line 30 of file ascii-character-names.hpp.
const char cppx::ascii::vtab = '\v' |
Definition at line 12 of file ascii-character-names.hpp.
const char cppx::ascii::xoff = '\x13' |
Definition at line 16 of file ascii-character-names.hpp.
const char cppx::ascii::xon = '\x11' |
Definition at line 15 of file ascii-character-names.hpp.