|
SNode.C
|
Go to the source code of this file.
Classes | |
| class | core::DynamicLoader |
| struct | core::DynamicLoader::Library |
Namespaces | |
| namespace | core |
Macros | |
| #define | dlOpen(libFile) dlRegisterHandle(core::system::dlopen((libFile).c_str(), RTLD_LOCAL | RTLD_LAZY), libFile) |
| #define dlOpen | ( | libFile | ) | dlRegisterHandle(core::system::dlopen((libFile).c_str(), RTLD_LOCAL | RTLD_LAZY), libFile) |
Definition at line 68 of file DynamicLoader.h.