KISSCPP
a C++ library for rapid application development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
kisscpp::ErrorStateList Class Reference

#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 ErrorStateListinstance ()
 

Constructor & Destructor Documentation

kisscpp::ErrorStateList::~ErrorStateList ( )
inline

Member Function Documentation

void kisscpp::ErrorStateList::clear ( const std::string &  id,
const unsigned int &  amount = 1 
)

Here is the caller graph for this function:

void kisscpp::ErrorStateList::clear_all ( const std::string &  id)

Here is the caller graph for this function:

SharedErrorList kisscpp::ErrorStateList::getStates ( )

Here is the caller graph for this function:

ErrorStateList * kisscpp::ErrorStateList::instance ( )
static

Here is the caller graph for this function:

void kisscpp::ErrorStateList::set ( const std::string &  id,
const std::string &  description = "" 
)

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