A class representing a dynamically loaded plugin. More...
#include <Plugin.h++>
Public Member Functions | |
| virtual | ~Plugin () throw () |
| Destructor. | |
Protected Member Functions | |
| Plugin () | |
| Constructor. | |
A class representing a dynamically loaded plugin.
The class provides no behavior of its own; it is simply used as a way to tag classes which represent loadable plugins.
See the CCXX_EXPORT_PLUGIN() macro.
| Plugin | ( | ) | [protected] |
Constructor.
Subclasses must provide a default (no-argument) constructor.
| ~Plugin | ( | ) | throw () [virtual] |
Destructor.
1.6.3