Formatting options for YAML serialization.
More...
#include <node.h>
|
|
constexpr | Format (int8_t s, char nl, char spc, bool inlineArr) |
| |
|
std::string | GetIndentation (int8_t indentLevel) const |
| |
|
| static const Format | beautified { 2, '\n', ' ', true } |
| | Predefined beautified format.
|
| |
| static const Format | minified { 0, '\0', ' ', false } |
| | Predefined minified format.
|
| |
Formatting options for YAML serialization.
◆ beautified
| const Node::Format pixelbullet::Node::Format::beautified { 2, '\n', ' ', true } |
|
static |
Predefined beautified format.
◆ inlineArrays
| bool pixelbullet::Node::Format::inlineArrays |
◆ minified
| const Node::Format pixelbullet::Node::Format::minified { 0, '\0', ' ', false } |
|
static |
Predefined minified format.
◆ newLine
| char pixelbullet::Node::Format::newLine |
◆ space
| char pixelbullet::Node::Format::space |
◆ spacesPerIndent
| int8_t pixelbullet::Node::Format::spacesPerIndent |
Number of spaces per indent level.
The documentation for this struct was generated from the following files:
- engine/include/pixelbullet/serialization/node.h
- engine/src/serialization/node.cc