ATLAS Offline Software
|
Public Attributes | |
std::string | RED ="\033[1;31m" |
std::string | ORANGE ="\033[1;38;5;208m" |
std::string | YELLOW ="\033[1;33m" |
std::string | GREEN ="\033[1;32m" |
std::string | BLUE ="\033[1;34m" |
std::string | PURPLE ="\033[1;35m" |
std::string | END ="\033[0m" |
std::string | B_BLUE ="\033[1;44m" |
std::string | B_PURPLE ="\033[1;45m" |
std::string | B_ORANGE ="\033[1;48;5;208;30m" |
std::string | B_GRAY ="\033[1;100m" |
std::string | B_RED ="\033[1;41m" |
std::string | B_GREEN ="\033[1;42m" |
Definition at line 25 of file jFexInputByteStreamTool.cxx.
std::string color::B_BLUE ="\033[1;44m" |
Definition at line 33 of file jFexInputByteStreamTool.cxx.
std::string color::B_GRAY ="\033[1;100m" |
Definition at line 36 of file jFexInputByteStreamTool.cxx.
std::string color::B_GREEN ="\033[1;42m" |
Definition at line 38 of file jFexInputByteStreamTool.cxx.
std::string color::B_ORANGE ="\033[1;48;5;208;30m" |
Definition at line 35 of file jFexInputByteStreamTool.cxx.
std::string color::B_PURPLE ="\033[1;45m" |
Definition at line 34 of file jFexInputByteStreamTool.cxx.
std::string color::B_RED ="\033[1;41m" |
Definition at line 37 of file jFexInputByteStreamTool.cxx.
std::string color::BLUE ="\033[1;34m" |
Definition at line 30 of file jFexInputByteStreamTool.cxx.
std::string color::END ="\033[0m" |
Definition at line 32 of file jFexInputByteStreamTool.cxx.
std::string color::GREEN ="\033[1;32m" |
Definition at line 29 of file jFexInputByteStreamTool.cxx.
std::string color::ORANGE ="\033[1;38;5;208m" |
Definition at line 27 of file jFexInputByteStreamTool.cxx.
std::string color::PURPLE ="\033[1;35m" |
Definition at line 31 of file jFexInputByteStreamTool.cxx.
std::string color::RED ="\033[1;31m" |
Definition at line 26 of file jFexInputByteStreamTool.cxx.
std::string color::YELLOW ="\033[1;33m" |
Definition at line 28 of file jFexInputByteStreamTool.cxx.