The Vish Visualization Shell 0.3
Vish
Static Public Attributes | List of all members
MemCore::C0 Struct Reference

Standardized control characters. More...

#include <elementary/memcore/Name.hpp>

Static Public Attributes

static constexpr char ACK = 6
 Acknowledge.
 
static constexpr char CR = EOL
 Carriage return (13)
 
static constexpr char ENQ = 5
 Enquire.
 
static constexpr char EOL = '\n'
 End of line.
 
static constexpr char EOT = 4
 End of Transmission.
 
static constexpr char ETX = 3
 End of Text.
 
static constexpr char FS = 28
 File Separator.
 
static constexpr char GS = 29
 Group separator.
 
static constexpr char LF = '\r'
 Line feed (10)
 
static constexpr char NUL = 0
 Null character.
 
static constexpr char RS = 30
 Record Separator.
 
static constexpr char SOH = 1
 Start of Heading.
 
static constexpr char STX = 2
 Start of Text.
 
static constexpr char US = 31
 Unit separator.
 

Detailed Description

Standardized control characters.

Can be used as delimiters in strings mark fields of data structures. If used for hierarchical levels, US is the lowest level (dividing plain-text data items), while RS, GS, and FS are of increasing level to divide groups made up of items of the level beneath it.

http://en.wikipedia.org/wiki/Unit_separator#Field_separators http://www.unicode.org/charts/PDF/U0000.pdf