class DllPluginLoaderImpl
More...
#include <robottestingframework/dll/impl/DllPluginLoader_impl.h>
|
void | open_internal (const std::string filename, const std::string factory_name) |
|
template<class T>
class DllPluginLoaderImpl< T >
class DllPluginLoaderImpl
Definition at line 35 of file DllPluginLoader_impl.h.
◆ DllPluginLoaderImpl()
◆ ~DllPluginLoaderImpl()
◆ close()
◆ getLastError()
getLastError gets the last error if any.
- Returns
- returns the last error string.
Definition at line 126 of file DllPluginLoader_impl.h.
◆ open()
template<class T >
T* DllPluginLoaderImpl< T >::open |
( |
const std::string |
filename, |
|
|
const std::string |
factory_name |
|
) |
| |
|
inline |
open Loads a generic plugin
- Parameters
-
filename | the plugin filename |
- Returns
- A pointer to the class loaded from the plugin or a null pointer in case of failure.
Definition at line 69 of file DllPluginLoader_impl.h.
◆ open_internal()
template<class T >
void DllPluginLoaderImpl< T >::open_internal |
( |
const std::string |
filename, |
|
|
const std::string |
factory_name |
|
) |
| |
|
inlineprivate |
◆ error
◆ plugin
The documentation for this class was generated from the following file: