Formatting options for YAML serialization.
More...
#include <Node.hpp>
|
|
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', '\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', '\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/src/PixelBullet/Serialization/Node.hpp
- engine/src/PixelBullet/Serialization/Node.cpp