|
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 |
|
|
| Plugin (const std::string &name, const std::string &type_name) |
|
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 |
|
virtual bool | removeLast () const |
|
const std::string & | getModuleName () const |
|
|
const std::string | _name |
|
bool | _is_active |
|
module::Module * | _module |
|
const std::string | _type_name |
|
Definition at line 34 of file plugin.h.
The documentation for this class was generated from the following files: