sharedlib

Undocumented in source.

Members

Manifest constants

RTLD_GLOBAL
enum RTLD_GLOBAL;
Undocumented in source.
RTLD_LAZY
enum RTLD_LAZY;
Undocumented in source.
RTLD_LOCAL
enum RTLD_LOCAL;

See man 3 dlopen.

RTLD_NOW
enum RTLD_NOW;
Undocumented in source.

Structs

SharedLibrary
struct SharedLibrary

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

Meta