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

Public Member Functions

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

Detailed Description

template<typename Impl, bool hasInitData = hasInitDataT< Impl >::value>
class lunchbox::PluginRegisterer< Impl, hasInitData >

Definition at line 79 of file pluginRegisterer.h.

Constructor & Destructor Documentation

template<typename Impl, bool hasInitData = hasInitDataT< Impl >::value>
lunchbox::PluginRegisterer< Impl, hasInitData >::PluginRegisterer ( )

Construct a registerer and register the Impl class.

Version
1.11.0

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