|
mmCEsim 0.3.0
mmWave Channel Estimation Simulation
|
Terminal option. More...
#include <term.h>
Public Member Functions | |
| TermOpt (const std::string &val) | |
| Construct a new TermOpt object. More... | |
| TermOpt (const char *val) | |
| Construct a new TermOpt object. More... | |
Public Attributes | |
| std::string | v |
| ANSI color code. More... | |
| bool | vld = true |
| valid status (whether a colorful terminal is used) More... | |
Terminal option.
This will be directly used in ostream.
|
inline |
Construct a new TermOpt object.
| val | The ANSI color code in string. |
|
inline |
Construct a new TermOpt object.
| val | The ANSI color code in const char*. |
| std::string TermOpt::v |
ANSI color code.
| bool TermOpt::vld = true |
valid status (whether a colorful terminal is used)