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)

Macro Definition Documentation

◆ dlOpen

#define dlOpen ( libFile)
Value:
dlRegisterHandle(core::system::dlopen((libFile).c_str(), RTLD_LOCAL | RTLD_LAZY), libFile)
void * dlopen(const char *filename, int flags)
Definition dlfcn.cpp:52

Definition at line 68 of file DynamicLoader.h.