ROSE  0.11.145.0
Public Attributes | List of all members
Rosebud::Settings Struct Reference

Description

Command-line settings for the rosebud tool.

Definition at line 27 of file ud/Utility.h.

#include <Rosebud/Utility.h>

Collaboration diagram for Rosebud::Settings:
Collaboration graph
[legend]

Public Attributes

std::string backend = "yaml"
 Name of main backend code generator to use. More...
 
std::string serializer = "boost"
 Name of the serializer code generator to use. More...
 
bool showingWarnings = true
 Show warnings about the input. More...
 
bool showingLocations = true
 Output should show source location from whence it came. More...
 
bool debugging = false
 Generate additional debugging output. More...
 
When usingColor = When::AUTO
 Use ANSI color escapes in the diagnostic output. More...
 

Member Data Documentation

std::string Rosebud::Settings::backend = "yaml"

Name of main backend code generator to use.

Definition at line 28 of file ud/Utility.h.

std::string Rosebud::Settings::serializer = "boost"

Name of the serializer code generator to use.

Definition at line 29 of file ud/Utility.h.

bool Rosebud::Settings::showingWarnings = true

Show warnings about the input.

Definition at line 30 of file ud/Utility.h.

bool Rosebud::Settings::showingLocations = true

Output should show source location from whence it came.

Definition at line 31 of file ud/Utility.h.

bool Rosebud::Settings::debugging = false

Generate additional debugging output.

Definition at line 32 of file ud/Utility.h.

When Rosebud::Settings::usingColor = When::AUTO

Use ANSI color escapes in the diagnostic output.

Definition at line 33 of file ud/Utility.h.


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