pion-net
4.0.9
|
#include <PionPlugin.hpp>
Public Member Functions | |
PionPluginData (void) | |
default constructors for convenience | |
PionPluginData (const std::string &plugin_name) | |
PionPluginData (const PionPluginData &p) | |
Public Attributes | |
void * | m_lib_handle |
symbol library loaded from a shared object file | |
void * | m_create_func |
function used to create instances of the plug-in object | |
void * | m_destroy_func |
function used to destroy instances of the plug-in object | |
std::string | m_plugin_name |
the name of the plugin (must be unique per process) | |
unsigned long | m_references |
number of references to this class |
PionPluginData: object to hold shared library symbols
Definition at line 202 of file PionPlugin.hpp.