|
| | ~Library () |
| |
|
const std::string & | getName () const |
| |
|
const Manifest * | getManifest () const |
| |
|
static const
boost::filesystem::path | getLibraryPath (const std::string &plugin_name) |
| |
|
static Library * | loadLibrary (const std::string &plugin_name, bool builtin) |
| |
|
|
| Library (const std::string &name_arg, void *handle_arg, const Manifest *) |
| |
|
|
std::string | name |
| |
|
void * | handle |
| |
|
const Manifest * | manifest |
| |
Definition at line 39 of file library.h.
| 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: