This is the complete list of members for Style, including all inherited members.
| background_color() const | Style | |
| background_color(std::string const &color) | Style | |
| background_colors | Style | static |
| bold() const | Style | |
| bold(bool value) | Style | |
| enabled() const | Style | |
| enabled(bool value) | Style | |
| foreground_color() const | Style | |
| foreground_color(std::string const &color) | Style | |
| foreground_colors | Style | static |
| get_background_color_value(std::string name) | Style | static |
| get_foreground_color_value(std::string name) | Style | static |
| is_background_color(std::string name) | Style | static |
| is_foreground_color(std::string name) | Style | static |
| operator()(std::string const &text) const | Style | |
| operator=(Style const &)=default | Style | |
| operator=(Style &&)=default | Style | |
| reset() | Style | |
| Style()=default | Style | |
| Style(std::string const &foreground_color) | Style | inlineexplicit |
| Style(const char *foreground_color) | Style | inlineexplicit |
| Style(bool bold) | Style | inlineexplicit |
| Style(std::string const &foreground_color, bool bold) | Style | inline |
| Style(std::string const &foreground_color, std::string const &background_color) | Style | inline |
| Style(std::string const &foreground_color, const char *background_color) | Style | inline |
| Style(std::string const &foreground_color, std::string const &background_color, bool bold) | Style | inline |
| Style(Style const &)=default | Style | |
| Style(Style &&)=default | Style | |
| swap(Style &other) | Style | inline |
| to_bash_string(std::string const &text) const | Style | |
| to_python_string(std::string const &text) const | Style | |
| ~Style()=default | Style |