KISSCPP
a C++ library for rapid application development
|
#include <errorstate.hpp>
Public Member Functions | |
~ErrorStateList () | |
void | set (const std::string &id, const std::string &description="") |
void | clear (const std::string &id, const unsigned int &amount=1) |
void | clear_all (const std::string &id) |
SharedErrorList | getStates () |
Static Public Member Functions | |
static ErrorStateList * | instance () |
|
inline |
void kisscpp::ErrorStateList::clear | ( | const std::string & | id, |
const unsigned int & | amount = 1 |
||
) |
void kisscpp::ErrorStateList::clear_all | ( | const std::string & | id | ) |
SharedErrorList kisscpp::ErrorStateList::getStates | ( | ) |
|
static |
void kisscpp::ErrorStateList::set | ( | const std::string & | id, |
const std::string & | description = "" |
||
) |