Drizzled Public API Documentation

drizzled::ErrorMap Class Reference
Inheritance diagram for drizzled::ErrorMap:

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_
 

Detailed Description

Definition at line 44 of file error.h.


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