sharedlib

Undocumented in source.

Members

Structs

SharedLibrary
struct SharedLibrary

This is a wrapper of UNIX-specified dynamic loading. See man 3 dlopen.

Variables

RTLD_GLOBAL
int RTLD_GLOBAL;
Undocumented in source.
RTLD_LAZY
int RTLD_LAZY;
Undocumented in source.
RTLD_LOCAL
int RTLD_LOCAL;
Undocumented in source.
RTLD_NOW
int RTLD_NOW;
Undocumented in source.

Meta