|
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 Public Member Functions inherited from BasicsInfo | |
| 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... | |
Static Public Member Functions inherited from ShowMapInfo | |
| 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 Public Member Functions inherited from GammaASCII | |
| 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 Public Member Functions inherited from VersionInfo | |
| static void | ShowVersion () |
| displays all libs version More... | |
Static Public Member Functions inherited from ColorsInfo | |
| 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 Public Member Functions inherited from DimensionsWarningInfo | |
| 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 Public Member Functions inherited from TimeInfo | |
| static void | StartClock () |
| stats time measurement More... | |
| static double | Time () |
| returns current clock time (in seconds) More... | |
Static Public Attributes inherited from BasicsInfo | |
| static bool | verbose {false} |
Static Protected Attributes inherited from BasicsInfo | |
| static const std::string | comment {"# "} |
| standard comment string (default: #) More... | |
misc class containing all stuff related with cout, clog