|
Panini 1.4.0
Header-only library for generating C++, written in C++17
|
Configuration for the FileWriter class. More...
#include <FileWriterConfig.hpp>
Public Attributes | |
| std::filesystem::path | targetPath |
Public Attributes inherited from panini::WriterConfig | |
| BraceBreakingStyle | braceBreakingStyle = BraceBreakingStyle::Allman |
| IncludeStyle | includeStyle = IncludeStyle::DoubleQuotes |
| std::string | chunkNewLine = "\n" |
| std::string | chunkIndent = "\t" |
Configuration for the FileWriter class.
| std::filesystem::path panini::FileWriterConfig::targetPath |
Path to the target file.