|
typedef std::pair< const std::string, const std::string > | map_key |
|
typedef std::map< const map_key, plugin::Plugin * > | map |
|
typedef std::vector< Plugin * > | vector |
|
|
| ErrorMessage (std::string name_arg) |
|
virtual bool | errmsg (error::priority_t priority, const char *format, va_list ap)=0 |
|
bool | removeLast () const |
|
virtual void | shutdownPlugin () |
|
virtual void | prime () |
|
virtual void | startup (drizzled::Session &) |
|
void | activate () |
|
void | deactivate () |
|
bool | isActive () const |
|
const std::string & | getName () const |
|
void | setModule (module::Module *module) |
|
const std::string & | getTypeName () const |
|
const std::string & | getModuleName () const |
|
Definition at line 39 of file error_message.h.
The documentation for this class was generated from the following files: