CppPluginProxy(const std::shared_ptr< te::core::Library > &lib, Plugin *plugin)
Construct a proxy for the real C++ plugin.
void startup()
Forward the startup to the real plugin .
A base class for plugin types.
std::auto_ptr< Plugin > m_plugin
The real C++ plugin.
void shutdown()
Forward the shutdown to the real plugin.
const PluginInfo & getInfo() const
Forward the info retrieval to the real plugin.
The basic information about a plugin.
bool isStarted() const
Forward the info retrieval to the real plugin.
~CppPluginProxy()
Destructor.