mmCEsim 0.3.0
mmWave Channel Estimation Simulation
|
Terminal Color and Style Control. More...
#include <cstdlib>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | TermOpt |
Terminal option. More... | |
class | Term |
Control terminal colors and styles. More... | |
Functions | |
static std::ostream & | operator<< (std::ostream &out, const TermOpt &opt) |
Use the TermOpt in ostream. More... | |
static TermOpt | operator+ (const TermOpt &o1, const TermOpt &o2) |
Combine two TermOpt configurations. More... | |
static TermOpt | operator| (const TermOpt &o1, const TermOpt &o2) |
Combine two TermOpt configurations. More... | |
Terminal Color and Style Control.
|
inlinestatic |