Majoranapp
A C++ library for studying MZM in non-interacting systems
|
misc class containing all stuff related with cout, clog More...
#include <Info.hpp>
Additional Inherited Members | |
![]() | |
static void | Comment (std::string text) |
Display commented line. More... | |
template<class T1 , class T2 > | |
static void | Comment (T1 key, T2 value) |
Comment for displaying map item. More... | |
static void | LogComment (std::string text, std::string color) |
Colored comment to std::clog with current program time. More... | |
static void | LogBegining (std::string text) |
LogComment with red color. More... | |
static void | LogAccomplished (std::string text="... done") |
LogComment with green color. More... | |
static void | Warning (std::string text, std::string note="") |
Warning sent to std::cout. More... | |
static void | Title (std::string title) |
Display title and Line. More... | |
static void | Line (int n=40) |
Display line of n char (default char '=') More... | |
![]() | |
template<class T > | |
static void | ShowMap (T &map) |
Displaying map. More... | |
template<class T1 , class T2 > | |
static void | ShowMapCommonValue (T1 &map1, T2 &map2) |
displaying common value of two maps More... | |
![]() | |
static std::string | GammaUp () |
returns ASCII gamma greek letter and arrow up More... | |
static std::string | GammaDown () |
returns ASCII gamma greek letter and arrow down More... | |
static std::string | Gamma (int deg) |
selects gamma of a given degree deg More... | |
![]() | |
static void | ShowVersion () |
displays all libs version More... | |
![]() | |
static std::string | Colorize (std::string text, std::string color) |
Add prefix and suffix for color display in Linux terminal. More... | |
static std::string | StartColor (std::string color) |
returns selected color More... | |
static std::string | StopColor () |
resets color to default normal More... | |
![]() | |
static void | DimensionsWarningOnly1D (int length, int width, int height) |
checks if height and width are equal 0 More... | |
static void | DimensionsWarningOnly2D (int length, int width, int height) |
checks if height is equal 0 More... | |
![]() | |
static void | StartClock () |
stats time measurement More... | |
static double | Time () |
returns current clock time (in seconds) More... | |
![]() | |
static bool | verbose {false} |
![]() | |
static const std::string | comment {"# "} |
standard comment string (default: #) More... | |
misc class containing all stuff related with cout, clog