Lunchbox
1.17.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
|
Helper class to statically register derived plugin classes. More...
#include <pluginRegisterer.h>
Public Member Functions | |
PluginRegisterer () | |
Construct and register the Plugin< T > class. More... | |
Helper class to statically register derived plugin classes.
The following code can be placed in a plugin's cpp file:
The plugin needs to conform to the following API:
Definition at line 66 of file pluginRegisterer.h.
|
inline |
Construct and register the Plugin< T > class.
Definition at line 70 of file pluginRegisterer.h.
References lunchbox::PluginFactory< T >::getInstance(), and lunchbox::PluginFactory< T >::register_().