List of all members.
Public Member Functions |
| ~Library () |
const std::string & | getName () const |
const Manifest * | getManifest () const |
Static Public Member Functions |
static const
boost::filesystem::path | getLibraryPath (const std::string &plugin_name) |
static Library * | loadLibrary (const std::string &plugin_name, bool builtin) |
Private Member Functions |
| Library (const std::string &name_arg, void *handle_arg, const Manifest *) |
Private Attributes |
std::string | name |
void * | handle |
const Manifest * | manifest |
Detailed Description
Definition at line 39 of file library.h.
Constructor & Destructor Documentation
drizzled::module::Library::~Library |
( |
| ) |
|
: This breaks valgrind at the moment. if (handle) dlclose(handle);
Definition at line 47 of file library.cc.
The documentation for this class was generated from the following files: