Lunchbox  1.12.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
lunchbox::PluginRegisterer< Impl, false > Class Template Reference

Specialized PluginRegisterer for plugin implementations which don't have the InitDataT definition. More...

#include <pluginRegisterer.h>

+ Collaboration diagram for lunchbox::PluginRegisterer< Impl, false >:

Public Member Functions

 PluginRegisterer ()
 Construct a registerer and register the Impl class. More...
 

Detailed Description

template<typename Impl>
class lunchbox::PluginRegisterer< Impl, false >

Specialized PluginRegisterer for plugin implementations which don't have the InitDataT definition.

Definition at line 109 of file pluginRegisterer.h.

Constructor & Destructor Documentation

template<typename Impl >
lunchbox::PluginRegisterer< Impl, false >::PluginRegisterer ( )
inline

Construct a registerer and register the Impl class.

Version
1.11.0

Definition at line 113 of file pluginRegisterer.h.

References lunchbox::PluginFactory< PluginT, InitDataT >::getInstance().

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: