#include <Errors.hpp>
Public Member Functions | |
void | addError (std::string name, std::string description) |
void | deleteAllErrors () |
Errors () | |
void | getAllErrors (map< std::string, std::string > &allErrors) |
unsigned int | getAmountOfErrors () |
void | getNextError (std::string &name, std::string &description) |
void | printErrorsToConsole () |
virtual | ~Errors () |
Private Attributes | |
map< std::string, std::string > ::iterator | iter |
map< std::string, std::string > | occurredErrors |
Definition at line 17 of file Errors.hpp.
Definition at line 5 of file Errors.cpp.
brics_oodl::Errors::~Errors | ( | ) | [virtual] |
Definition at line 11 of file Errors.cpp.
void brics_oodl::Errors::addError | ( | std::string | name, |
std::string | description | ||
) |
Definition at line 41 of file Errors.cpp.
void brics_oodl::Errors::deleteAllErrors | ( | ) |
Definition at line 52 of file Errors.cpp.
void brics_oodl::Errors::getAllErrors | ( | map< std::string, std::string > & | allErrors | ) |
Definition at line 29 of file Errors.cpp.
unsigned int brics_oodl::Errors::getAmountOfErrors | ( | ) |
Definition at line 35 of file Errors.cpp.
void brics_oodl::Errors::getNextError | ( | std::string & | name, |
std::string & | description | ||
) |
Definition at line 17 of file Errors.cpp.
Definition at line 58 of file Errors.cpp.
map<std::string,std::string>::iterator brics_oodl::Errors::iter [private] |
Definition at line 40 of file Errors.hpp.
map<std::string, std::string> brics_oodl::Errors::occurredErrors [private] |
Definition at line 38 of file Errors.hpp.