A plugin engine for plugins written in C++. 
 
~CppPluginEngineFactory()
Destructor. 
 
AbstractPluginEngine * build()
It creates a new plugin engine for C++. 
 
static CppPluginEngineFactory sm_factory
The C++ plugin engine factory. 
 
An abstract class for plugin engines. 
 
#define TE_CPPPLUGINENGINE_CODE
The plugin engine name for C++ plugins. 
 
This is the abstract factory for plugin engines. 
 
This is the concrete factory for C++ plugin engines. 
 
This is the concrete factory for C++ plugin engines.