|
Panini 1.4.0
Header-only library for generating C++, written in C++17
|
Options for the Scope command. More...
#include <ScopeOptions.hpp>
Public Attributes | |
| std::string | chunkAttachSpacing = " " |
Public Attributes inherited from panini::BracesOptions | |
| BraceBreakingStyle | breakingStyle = BraceBreakingStyle::Inherit |
| std::string | chunkBraceOpen = "{" |
| std::string | chunkBraceClose = "}" |
Options for the Scope command.
| std::string panini::ScopeOptions::chunkAttachSpacing = " " |
Chunk inserted after the scope's name and before the opening brace when the breakingStyle is set to BraceBreakingStyle::Attach