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

Description

Command-line settings for the rosebud tool.

Definition at line 28 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.
 
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.
 

Member Data Documentation

◆ backend

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

Name of main backend code generator to use.

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

◆ serializers

std::vector<std::string> Rosebud::Settings::serializers

Name of the serializer code generator to use.

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

◆ showingWarnings

bool Rosebud::Settings::showingWarnings = true

Show warnings about the input.

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

◆ showingLocations

bool Rosebud::Settings::showingLocations = true

Output should show source location from whence it came.

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

◆ debugging

bool Rosebud::Settings::debugging = false

Generate additional debugging output.

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

◆ usingColor

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

Use ANSI color escapes in the diagnostic output.

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


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