SNode.C
Loading...
Searching...
No Matches
DynamicLoader.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ dlOpen

#define dlOpen ( libFile)    dlRegisterHandle(core::system::dlopen((libFile).c_str(), RTLD_LOCAL | RTLD_LAZY), libFile)

Definition at line 46 of file DynamicLoader.h.