Panini 1.4.0
Header-only library for generating C++, written in C++17
panini::ScopeOptions Struct Reference

Options for the Scope command. More...

#include <ScopeOptions.hpp>

Inheritance diagram for panini::ScopeOptions:
panini::BracesOptions

Public Attributes

std::string chunkAttachSpacing = " "
 
- Public Attributes inherited from panini::BracesOptions
BraceBreakingStyle breakingStyle = BraceBreakingStyle::Inherit
 
std::string chunkBraceOpen = "{"
 
std::string chunkBraceClose = "}"
 

Detailed Description

Options for the Scope command.

Member Data Documentation

◆ chunkAttachSpacing

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


The documentation for this struct was generated from the following file: