Format Namespace Reference
Classes | |
| class | Formatter |
| Virtual class to perform format-specific String adjustments. More... | |
| class | Html |
| class | Json |
| class | Standard |
| class | Xml |
Typedefs | |
| using | Options = BitSet< uint8_t, Option, 5 > |
Enumerations | |
| enum class | Option { unicode , utf8 , doublequote , singlequote , backslash } |
Functions | |
| unsigned | escapeControls (String &value, Options options) |
Escape standard control codes such as \n (below ASCII 0x20) More... | |
Variables | |
| Html | html |
| Json | json |
| Standard | standard |
| Xml | xml |
Typedef Documentation
◆ Options
| using Format::Options = typedef BitSet<uint8_t, Option, 5> |
Enumeration Type Documentation
◆ Option
|
strong |
Function Documentation
◆ escapeControls()
Escape standard control codes such as \n (below ASCII 0x20)
- Parameters
-
value String to be modified options
- Return values
-
unsigned Number of control characters found and replaced
Variable Documentation
◆ html
|
extern |
◆ json
|
extern |
◆ standard
|
extern |
◆ xml
|
extern |
1.9.1