Class for wrapping a shared library.
More...
#include <Kernel/LibraryWrapperr.h>
|
| void * | m_module = nullptr |
| | An untyped pointer to the loaded library.
|
| |
Class for wrapping a shared library.
- Author
- ISIS, STFC
- Date
- 10/01/2008
Definition at line 23 of file LibraryWrapper.h.
◆ LibraryWrapper() [1/3]
| Mantid::Kernel::LibraryWrapper::LibraryWrapper |
( |
| ) |
|
|
default |
◆ LibraryWrapper() [2/3]
| Mantid::Kernel::LibraryWrapper::LibraryWrapper |
( |
const LibraryWrapper & |
| ) |
|
|
delete |
◆ LibraryWrapper() [3/3]
| Mantid::Kernel::LibraryWrapper::LibraryWrapper |
( |
LibraryWrapper && |
src | ) |
|
|
noexcept |
Move constructor.
- Parameters
-
| src | Constructor from this temporary |
Definition at line 16 of file LibraryWrapper.cpp.
◆ ~LibraryWrapper()
| Mantid::Kernel::LibraryWrapper::~LibraryWrapper |
( |
| ) |
|
◆ openLibrary()
| bool Mantid::Kernel::LibraryWrapper::openLibrary |
( |
const std::string & |
filepath | ) |
|
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_module
| void* Mantid::Kernel::LibraryWrapper::m_module = nullptr |
|
private |
The documentation for this class was generated from the following files: