
Public Member Functions | |
| DynamicLib (const std::string &LibName) | |
| ~DynamicLib () | |
| std::string | getLibName () const |
| bool | load () |
| void | unload () |
| bool | hasSymbol (const std::string &Name) |
| void * | getSymbol (const std::string &Name) const |
| bool | isLoaded () const |
| openfluid::machine::DynamicLib::DynamicLib | ( | const std::string & | LibName | ) |
| openfluid::machine::DynamicLib::~DynamicLib | ( | ) |
| std::string openfluid::machine::DynamicLib::getLibName | ( | ) | const [inline] |
| void* openfluid::machine::DynamicLib::getSymbol | ( | const std::string & | Name | ) | const |
| bool openfluid::machine::DynamicLib::hasSymbol | ( | const std::string & | Name | ) |
| bool openfluid::machine::DynamicLib::isLoaded | ( | ) | const [inline] |
| bool openfluid::machine::DynamicLib::load | ( | ) |
| void openfluid::machine::DynamicLib::unload | ( | ) |
Creative Commons By-NC-ND license