static class containing a few color definitions
More...
#include <Colors.hpp>
|
| static const std::string | green {"\033[0;32m"} |
| |
| static const std::string | red {"\033[0;31m"} |
| |
| static const std::string | blue {"\033[0;34m"} |
| |
| static const std::string | bwhite {"\033[1;37m"} |
| |
| static const std::string | normal {"\033[0m"} |
| |
static class containing a few color definitions
◆ blue
| const std::string Color::blue {"\033[0;34m"} |
|
static |
◆ bwhite
| const std::string Color::bwhite {"\033[1;37m"} |
|
static |
◆ green
| const std::string Color::green {"\033[0;32m"} |
|
static |
◆ normal
| const std::string Color::normal {"\033[0m"} |
|
static |
◆ red
| const std::string Color::red {"\033[0;31m"} |
|
static |
The documentation for this class was generated from the following file: