|
CellModules
|
#include <algorithm>#include <array>#include <chrono>#include <cstdio>#include <ctime>#include <iomanip>#include <iostream>#include <sstream>#include <utility>Go to the source code of this file.
Classes | |
| struct | MecaCell::WARN |
| struct | MecaCell::ERR |
| struct | MecaCell::INF |
| struct | MecaCell::DBG |
| struct | MecaCell::SUC |
Namespaces | |
| namespace | MecaCell |
| this file contains various miscellanious utility functions & helpers * | |
Functions | |
| template<typename T > | |
| std::string | MecaCell::sublogger (T &&t) |
| template<typename T , typename... Args> | |
| std::string | MecaCell::sublogger (T &&t, Args &&... args) |
| template<typename Type , typename... Args> | |
| void | MecaCell::logger (Args &&... args) |
Variables | |
| const static constexpr char | MecaCell::RESET [] = "" |
| const static constexpr char | MecaCell::BLACK [] = "" |
| const static constexpr char | MecaCell::RED [] = "" |
| const static constexpr char | MecaCell::GREEN [] = "" |
| const static constexpr char | MecaCell::YELLOW [] = "" |
| const static constexpr char | MecaCell::BLUE [] = "" |
| const static constexpr char | MecaCell::MAGENTA [] = "" |
| const static constexpr char | MecaCell::CYAN [] = "" |
| const static constexpr char | MecaCell::WHITE [] = "" |
| const static constexpr char | MecaCell::BOLDBLACK [] = "" |
| const static constexpr char | MecaCell::BOLDRED [] = "" |
| const static constexpr char | MecaCell::BOLDGREEN [] = "" |
| const static constexpr char | MecaCell::BOLDYELLOW [] = "" |
| const static constexpr char | MecaCell::BOLDBLUE [] = "" |
| const static constexpr char | MecaCell::BOLDMAGENTA [] = "" |
| const static constexpr char | MecaCell::BOLDCYAN [] = "" |
| const static constexpr char | MecaCell::BOLDWHITE [] = "" |