![]() |
An open-source, flexible 3D physical simulation framework
|
#include <LibManager.hpp>
Public Attributes | |
LibInterface * | libInterface |
destroyLib * | destroy |
int | useCount |
bool | wasUnloaded |
std::string | path |
Definition at line 45 of file LibManager.hpp.
destroyLib* lib_manager::libStruct::destroy |
Definition at line 47 of file LibManager.hpp.
LibInterface* lib_manager::libStruct::libInterface |
Definition at line 46 of file LibManager.hpp.
std::string lib_manager::libStruct::path |
Definition at line 50 of file LibManager.hpp.
int lib_manager::libStruct::useCount |
Definition at line 48 of file LibManager.hpp.
bool lib_manager::libStruct::wasUnloaded |
Definition at line 49 of file LibManager.hpp.