#include <pplugin.h>
Inheritance diagram for P::PluginFactory< Iface >:

Public Member Functions | |
| PluginFactory () | |
| Constructs the object. | |
| ~PluginFactory () | |
| Iface * | create (const char *feature) |
| Create instance of plugin object. | |
| void | destroy (Iface *inst) |
| Destroy instance of plugin object. | |
Definition at line 120 of file pplugin.h.
|
|||||||||
|
Constructs the object. The constructor initializes the base object using the RTTI typeid of the template'd interface type. |
|
|||||||||
|
|
|
||||||||||
|
Create instance of plugin object.
Reimplemented from P::PluginFactoryImpl. |
|
||||||||||
|
Destroy instance of plugin object.
|
1.3.3