Map of the enumeration of control characters to their names for debug messages.
Definition: char.hpp:103
static const char * name(ControlCharacter c)
Get the name of a control character as string.
Definition: char.hpp:107
CharMap & operator()(unsigned char from, unsigned char to, valuetype value)
Define the values of the elements in the interval [from,to].
Definition: char.hpp:65
ControlCharacter
Enumeration of control characters needed as events for XML scanner statemachine.
Definition: char.hpp:78
CharMap & operator()(unsigned char at, valuetype value)
Define the values of the single element at 'at'.
Definition: char.hpp:69
Character map for fast typing of a character byte.
Definition: char.hpp:50
valuetype operator[](unsigned char ii) const
Read the element assigned to 'ii'.
Definition: char.hpp:73