#include <machine/DynamicLib.hpp>
◆ DynamicLib() [1/3]
| openfluid::machine::DynamicLib::DynamicLib |
( |
const std::string & |
LibPath | ) |
|
◆ DynamicLib() [2/3]
| openfluid::machine::DynamicLib::DynamicLib |
( |
const DynamicLib & |
| ) |
|
|
delete |
◆ DynamicLib() [3/3]
| openfluid::machine::DynamicLib::DynamicLib |
( |
DynamicLib && |
| ) |
|
|
delete |
◆ ~DynamicLib()
| openfluid::machine::DynamicLib::~DynamicLib |
( |
| ) |
|
◆ getLatestErrorMsg()
| std::string openfluid::machine::DynamicLib::getLatestErrorMsg |
( |
| ) |
const |
◆ getPath()
| std::string openfluid::machine::DynamicLib::getPath |
( |
| ) |
const |
◆ getSymbol()
template<class T >
| T openfluid::machine::DynamicLib::getSymbol |
( |
const std::string & |
Name | ) |
const |
|
inline |
◆ hasSymbol()
| bool openfluid::machine::DynamicLib::hasSymbol |
( |
const std::string & |
Name | ) |
const |
◆ isLoaded()
| bool openfluid::machine::DynamicLib::isLoaded |
( |
| ) |
const |
◆ load()
| bool openfluid::machine::DynamicLib::load |
( |
| ) |
|
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ unload()
| bool openfluid::machine::DynamicLib::unload |
( |
| ) |
|
The documentation for this class was generated from the following file: