Public Types | |
|
typedef std::pair< std::string, std::string > | value_type |
|
typedef boost::unordered_map < error_t, value_type > | ErrorMessageMap |
Public Member Functions | |
| void | add (error_t error_num, const std::string &error_name, const std::string &message) |
| const std::string * | find (error_t error_num) const |
Static Public Member Functions | |
| static const ErrorMessageMap & | get_error_message_map () |
Private Attributes | |
| ErrorMessageMap | mapping_ |