Chi-Tech
stringstream_color.h
Go to the documentation of this file.
1#ifndef CHITECH_STRINGSTREAM_COLOR_H
2#define CHITECH_STRINGSTREAM_COLOR_H
3
4#include <string>
5
6namespace chi
7{
9{
10 RESET = 0,
15 FG_RED = 31,
18 FG_BLUE = 34,
20 FG_CYAN = 36,
23};
24
26
27}//chi_objects
28
29#endif //CHITECH_STRINGSTREAM_COLOR_H
std::string StringStreamColor(StringSteamColorCode code)
StringSteamColorCode
@ FG_UNDERLINE_OFF