ROSE  0.11.145.0
Public Member Functions | Public Attributes | List of all members
Rose::BinaryAnalysis::Unparser::Style Struct Reference

Description

Style of text.

Definition at line 17 of file Unparser/Settings.h.

#include <Rose/BinaryAnalysis/Unparser/Settings.h>

Collaboration diagram for Rose::BinaryAnalysis::Unparser::Style:
Collaboration graph
[legend]

Public Member Functions

std::string ansiStyle () const
 Generate the ANSI escape for the style. More...
 

Public Attributes

Sawyer::Optional< Color::HSVforeground
 Optional foreground color. More...
 
Sawyer::Optional< Color::HSVbackground
 Optional background color. More...
 

Member Function Documentation

std::string Rose::BinaryAnalysis::Unparser::Style::ansiStyle ( ) const

Generate the ANSI escape for the style.

Member Data Documentation

Sawyer::Optional<Color::HSV> Rose::BinaryAnalysis::Unparser::Style::foreground

Optional foreground color.

Definition at line 18 of file Unparser/Settings.h.

Sawyer::Optional<Color::HSV> Rose::BinaryAnalysis::Unparser::Style::background

Optional background color.

Definition at line 19 of file Unparser/Settings.h.


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