#include <PluginManager.h>
|
| | Plugin (void *lib) |
| |
| | ~Plugin () |
| |
| void * | raw (const std::string &symbol_name) |
| |
| bool | contains (const std::string &symbol_name) |
| |
| template<typename T > |
| bool | symbol (const std::string &symbol_name, T &ret) |
| |
Definition at line 11 of file PluginManager.h.
◆ Plugin()
| Plugin::Plugin |
( |
void * |
lib | ) |
|
◆ ~Plugin()
◆ contains()
| bool Plugin::contains |
( |
const std::string & |
symbol_name | ) |
|
◆ raw()
| void * Plugin::raw |
( |
const std::string & |
symbol_name | ) |
|
◆ symbol()
template<typename T >
| bool WireCell::Plugin::symbol |
( |
const std::string & |
symbol_name, |
|
|
T & |
ret |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: