STAMINA/STORM 0.1
Infinite state-space truncator which generates a probability within a window
Static Public Member Functions | Static Protected Attributes | List of all members
stamina::core::StaminaMessages Class Reference

Static Public Member Functions

static void errorAndExit (std::string err, uint8_t err_num=STAMINA_ERRORS::ERR_GENERAL)
 
static void error (std::string err, uint8_t err_num=STAMINA_ERRORS::ERR_GENERAL)
 
static void warning (std::string warn)
 
static void info (std::string info)
 
static void good (std::string good)
 
static void writeResults (ResultInformation resultInformation, std::ostream out)
 

Static Protected Attributes

static const std::string horizontalSeparator = "========================================================================================"
 

Member Function Documentation

◆ error()

void stamina::core::StaminaMessages::error ( std::string  err,
uint8_t  err_num = STAMINA_ERRORS::ERR_GENERAL 
)
static

Errors without exiting

◆ errorAndExit()

void stamina::core::StaminaMessages::errorAndExit ( std::string  err,
uint8_t  err_num = STAMINA_ERRORS::ERR_GENERAL 
)
static

Errors and exits program

◆ good()

void stamina::core::StaminaMessages::good ( std::string  good)
static

Prints a (good) message (i.e., we finished)

◆ info()

void stamina::core::StaminaMessages::info ( std::string  info)
static

Prints an info message

◆ warning()

void stamina::core::StaminaMessages::warning ( std::string  warn)
static

Prints a warning


The documentation for this class was generated from the following files: