Settings for write_realization function. More...
Public Member Functions | |
| write_realization_settings () | |
| Default constructor. More... | |
Public Attributes | |
| std::string | version |
| A version string. More... | |
| std::string | header |
| A header for the file. More... | |
Settings for write_realization function.
Default constructor.
Initializes default values
| std::string header |
A header for the file.
This header will be printed as a comment in the first lines of the file. The string can be multi-line seperated by \n escape sequences. The comment character # can be omitted and will be inserted automatically.
The following code creates a header in beginning of the file with author information.
| std::string version |
A version string.
Default value is 2.0 and printed after .version command
1.8.3.1