![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <string>
#include <boost/algorithm/string.hpp>
#include <cstdarg>
#include <cstdio>
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | String |
Defines | |
#define | TERM_RST "[0m" |
#define | TERM_CLR_BLACK "[30m" |
#define | TERM_CLR_BLACK_H "[1;30m" |
#define | TERM_CLR_WHITE "[37m" |
#define | TERM_CLR_WHITE_H "[1;37m" |
#define | TERM_CLR_RED "[31m" |
#define | TERM_CLR_RED_H "[1;31m" |
#define | TERM_CLR_GREEN "[32m" |
#define | TERM_CLR_GREEN_H "[1;32m" |
#define | TERM_CLR_YELLOW "[33m" |
#define | TERM_CLR_YELLOW_H "[1;33m" |
#define | TERM_CLR_BLUE "[34m" |
#define | TERM_CLR_BLUE_H "[1;34m" |
#define | TERM_CLR_MAGENTA "[35m" |
#define | TERM_CLR_MAGENTA_H "[1;35m" |
#define | TERM_CLR_CYAN "[36m" |
#define | TERM_CLR_CYAN_H "[1;36m" |
#define | TERM_WHITE_BLUE "[1;37;44m" |
#define | TERM_YELLOW_BLUE "[1;33;44m" |
#define | TERM_YELLOW_BLACK "[1;33;40m" |
#define | TERM_BLACK_WHITE "[1;30;47m" |
#define | TERM_CLR1 TERM_CLR_YELLOW_H |
#define | TERM_CLR2 TERM_CLR_WHITE_H |
#define | TERM_CLR3 TERM_CLR_BLUE_H |
#define | TERM_CLR4 TERM_CLR_CYAN_H |
#define | TERM_CLR5 TERM_CLR_MAGENTA_H |
#define | TERM_RED TERM_CLR_RED_H |
#define | TERM_GREEN TERM_CLR_GREEN_H |
#define TERM_BLACK_WHITE "[1;30;47m" |
#define TERM_CLR1 TERM_CLR_YELLOW_H |
#define TERM_CLR2 TERM_CLR_WHITE_H |
#define TERM_CLR3 TERM_CLR_BLUE_H |
#define TERM_CLR4 TERM_CLR_CYAN_H |
#define TERM_CLR5 TERM_CLR_MAGENTA_H |
#define TERM_CLR_BLACK "[30m" |
#define TERM_CLR_BLACK_H "[1;30m" |
#define TERM_CLR_BLUE "[34m" |
#define TERM_CLR_BLUE_H "[1;34m" |
#define TERM_CLR_CYAN "[36m" |
#define TERM_CLR_CYAN_H "[1;36m" |
#define TERM_CLR_GREEN "[32m" |
#define TERM_CLR_GREEN_H "[1;32m" |
#define TERM_CLR_MAGENTA "[35m" |
#define TERM_CLR_MAGENTA_H "[1;35m" |
#define TERM_CLR_RED "[31m" |
#define TERM_CLR_RED_H "[1;31m" |
#define TERM_CLR_WHITE "[37m" |
#define TERM_CLR_WHITE_H "[1;37m" |
#define TERM_CLR_YELLOW "[33m" |
#define TERM_CLR_YELLOW_H "[1;33m" |
#define TERM_GREEN TERM_CLR_GREEN_H |
#define TERM_RED TERM_CLR_RED_H |
#define TERM_RST "[0m" |
#define TERM_WHITE_BLUE "[1;37;44m" |
#define TERM_YELLOW_BLACK "[1;33;40m" |
#define TERM_YELLOW_BLUE "[1;33;44m" |