#include <Pt/System/Plugin.h>
ID for plugin exports.
Inherited by Plugin< Iface >.
|
|
| PluginId (const std::type_info &iface) |
| | Construct with type info of plugin interface.
|
|
virtual | ~PluginId () |
| | Destructor.
|
|
const std::type_info & | iface () const |
| | Returns the type of the plugin interface.
|
|
virtual const char * | feature () const =0 |
| | Returns the plugin feature string.
|
|
virtual const char * | info () const =0 |
| | Returns the plugin info string.
|