
Go to the source code of this file.
Enumerations | |
| enum | Code { FG_BLACK = 30, FG_RED = 31, FG_GREEN = 32, FG_YELLOW = 33, FG_BLUE = 34, FG_MAGENTA = 35, FG_CYAN = 36, FG_LIGHT_GRAY = 37, FG_DEFAULT = 39, BG_RED = 41, BG_GREEN = 42, BG_BLUE = 44, BG_DEFAULT = 49, FG_DARK_GRAY = 90, FG_LIGHT_RED = 91, FG_LIGHT_GREEN = 92, FG_LIGHT_YELLOW = 93, FG_LIGHT_BLUE = 94, FG_LIGHT_MAGENTA = 95, FG_LIGHT_CYAN = 96, FG_WHITE = 97 } |
Functions | |
| int | main (int argc, char **argv) |
| The main function. More... | |
| std::ostream & | operator<< (std::ostream &os, Code code) |
| enum Code |
Definition at line 14 of file example.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
The main function.
| [in] | argc | |
| [in] | argv |
Definition at line 51 of file example.cpp.
| std::ostream& operator<< | ( | std::ostream & | os, |
| Code | code | ||
| ) |
Definition at line 39 of file example.cpp.