|
Panini 1.4.0
Header-only library for generating C++, written in C++17
|
Options for the Braces command. More...
#include <BracesOptions.hpp>
Public Attributes | |
| BraceBreakingStyle | breakingStyle = BraceBreakingStyle::Inherit |
| std::string | chunkBraceOpen = "{" |
| std::string | chunkBraceClose = "}" |
Options for the Braces command.
| BraceBreakingStyle panini::BracesOptions::breakingStyle = BraceBreakingStyle::Inherit |
Brace breaking style to use for the command.
When this parameter is set to BraceBreakingStyle::Inherit, the brace breaking style is copied from the active writer.
| std::string panini::BracesOptions::chunkBraceClose = "}" |
Chunk inserted to close the scope.
| std::string panini::BracesOptions::chunkBraceOpen = "{" |
Chunk inserted to open the scope.