|
ROSE 0.11.145.354
|
Command-line settings for the rosebud tool.
Definition at line 28 of file ud/Utility.h.
#include <Rosebud/Utility.h>

Public Attributes | |
| std::string | backend = "yaml" |
| Name of main backend code generator to use. | |
| std::vector< std::string > | serializers |
| Name of the serializer code generator to use. | |
| bool | showingWarnings = true |
| Show warnings about the input. | |
| bool | showingLocations = true |
| Output should show source location from whence it came. | |
| bool | debugging = false |
| Generate additional debugging output. | |
| When | usingColor = When::AUTO |
| Use ANSI color escapes in the diagnostic output. | |
| std::string Rosebud::Settings::backend = "yaml" |
Name of main backend code generator to use.
Definition at line 29 of file ud/Utility.h.
| std::vector<std::string> Rosebud::Settings::serializers |
Name of the serializer code generator to use.
Definition at line 30 of file ud/Utility.h.
| bool Rosebud::Settings::showingWarnings = true |
Show warnings about the input.
Definition at line 31 of file ud/Utility.h.
| bool Rosebud::Settings::showingLocations = true |
Output should show source location from whence it came.
Definition at line 32 of file ud/Utility.h.
| bool Rosebud::Settings::debugging = false |
Generate additional debugging output.
Definition at line 33 of file ud/Utility.h.
| When Rosebud::Settings::usingColor = When::AUTO |
Use ANSI color escapes in the diagnostic output.
Definition at line 34 of file ud/Utility.h.