#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include <string>
Go to the source code of this file.
◆ _TO_STR
◆ _TO_STR2
#define _TO_STR2 |
( |
|
_val | ) |
#_val |
◆ ANSI_1_CTRL
◆ ANSI_2_CTRL
#define ANSI_2_CTRL |
( |
|
ctrl1, |
|
|
|
ctrl2 |
|
) |
| "\033["##ctrl1 ";"##ctrl2 ANSI_ESC_END |
◆ ANSI_BG_COLOR_BLACK
#define ANSI_BG_COLOR_BLACK 40 |
◆ ANSI_BG_COLOR_BLUE
#define ANSI_BG_COLOR_BLUE 44 |
◆ ANSI_BG_COLOR_BRIGHT_BLACK
#define ANSI_BG_COLOR_BRIGHT_BLACK 100 |
◆ ANSI_BG_COLOR_BRIGHT_BLUE
#define ANSI_BG_COLOR_BRIGHT_BLUE 104 |
◆ ANSI_BG_COLOR_BRIGHT_CYAN
#define ANSI_BG_COLOR_BRIGHT_CYAN 106 |
◆ ANSI_BG_COLOR_BRIGHT_GREEN
#define ANSI_BG_COLOR_BRIGHT_GREEN 102 |
◆ ANSI_BG_COLOR_BRIGHT_PURPLE
#define ANSI_BG_COLOR_BRIGHT_PURPLE 105 |
◆ ANSI_BG_COLOR_BRIGHT_RED
#define ANSI_BG_COLOR_BRIGHT_RED 101 |
◆ ANSI_BG_COLOR_BRIGHT_WHITE
#define ANSI_BG_COLOR_BRIGHT_WHITE 107 |
◆ ANSI_BG_COLOR_BRIGHT_YELLOW
#define ANSI_BG_COLOR_BRIGHT_YELLOW 103 |
◆ ANSI_BG_COLOR_CYAN
#define ANSI_BG_COLOR_CYAN 46 |
◆ ANSI_BG_COLOR_GREEN
#define ANSI_BG_COLOR_GREEN 42 |
◆ ANSI_BG_COLOR_PURPLE
#define ANSI_BG_COLOR_PURPLE 45 |
◆ ANSI_BG_COLOR_RED
#define ANSI_BG_COLOR_RED 41 |
◆ ANSI_BG_COLOR_WHITE
#define ANSI_BG_COLOR_WHITE 47 |
◆ ANSI_BG_COLOR_YELLOW
#define ANSI_BG_COLOR_YELLOW 43 |
◆ ANSI_CTRL_BOLD
◆ ANSI_CTRL_CONCEAL
#define ANSI_CTRL_CONCEAL 8 |
◆ ANSI_CTRL_CROSSED_OUT
#define ANSI_CTRL_CROSSED_OUT 9 |
◆ ANSI_CTRL_FAINT
#define ANSI_CTRL_FAINT 2 |
◆ ANSI_CTRL_FAST_BLINK
#define ANSI_CTRL_FAST_BLINK 6 |
◆ ANSI_CTRL_IMAGE_NEGATIVE
#define ANSI_CTRL_IMAGE_NEGATIVE 7 |
◆ ANSI_CTRL_ITALIC
#define ANSI_CTRL_ITALIC 3 |
◆ ANSI_CTRL_NORMAL
#define ANSI_CTRL_NORMAL 0 |
◆ ANSI_CTRL_SLOW_BLINK
#define ANSI_CTRL_SLOW_BLINK 5 |
◆ ANSI_CTRL_UNDERLINE
#define ANSI_CTRL_UNDERLINE 4 |
◆ ANSI_DEF_STR
◆ ANSI_ESC_END
◆ ANSI_ESC_START
#define ANSI_ESC_START "\033[" |
◆ ANSI_ESCAPE1
◆ ANSI_FG_COLOR_BLACK
#define ANSI_FG_COLOR_BLACK 30 |
◆ ANSI_FG_COLOR_BLUE
#define ANSI_FG_COLOR_BLUE 34 |
◆ ANSI_FG_COLOR_BRIGHT_BLACK
#define ANSI_FG_COLOR_BRIGHT_BLACK 90 |
◆ ANSI_FG_COLOR_BRIGHT_BLUE
#define ANSI_FG_COLOR_BRIGHT_BLUE 94 |
◆ ANSI_FG_COLOR_BRIGHT_CYAN
#define ANSI_FG_COLOR_BRIGHT_CYAN 96 |
◆ ANSI_FG_COLOR_BRIGHT_GREEN
#define ANSI_FG_COLOR_BRIGHT_GREEN 92 |
◆ ANSI_FG_COLOR_BRIGHT_PURPLE
#define ANSI_FG_COLOR_BRIGHT_PURPLE 95 |
◆ ANSI_FG_COLOR_BRIGHT_RED
#define ANSI_FG_COLOR_BRIGHT_RED 91 |
◆ ANSI_FG_COLOR_BRIGHT_WHITE
#define ANSI_FG_COLOR_BRIGHT_WHITE 97 |
◆ ANSI_FG_COLOR_BRIGHT_YELLOW
#define ANSI_FG_COLOR_BRIGHT_YELLOW 93 |
◆ ANSI_FG_COLOR_CYAN
#define ANSI_FG_COLOR_CYAN 36 |
◆ ANSI_FG_COLOR_GREEN
#define ANSI_FG_COLOR_GREEN 32 |
◆ ANSI_FG_COLOR_PURPLE
#define ANSI_FG_COLOR_PURPLE 35 |
◆ ANSI_FG_COLOR_RED
#define ANSI_FG_COLOR_RED 31 |
◆ ANSI_FG_COLOR_WHITE
#define ANSI_FG_COLOR_WHITE 37 |
◆ ANSI_FG_COLOR_YELLOW
#define ANSI_FG_COLOR_YELLOW 33 |
◆ ANSI_SPECIAL_ENCIRCLED
#define ANSI_SPECIAL_ENCIRCLED 52 |
◆ ANSI_SPECIAL_FRAMED
#define ANSI_SPECIAL_FRAMED 51 |
◆ ANSI_STR