|
guanaqo
1.0.0-alpha.25
Utilities for scientific software
|
#include <guanaqo/dl-flags.hpp>
Flags to be passed to dlopen.
Definition at line 13 of file dl-flags.hpp.
Public Member Functions | |
| operator int () const | |
Public Attributes | |
| bool | global = false |
| RTLD_GLOBAL (true) or RTLD_LOCAL (false). | |
| bool | lazy = false |
| RTLD_LAZY (true) or RTLD_NOW (false). | |
| bool | nodelete = true |
| RTLD_NODELETE | |
| bool | deepbind = true |
| RTLD_DEEPBIND | |
| guanaqo::DynamicLoadFlags::operator int | ( | ) | const |
Definition at line 9 of file dl-flags.cpp.
| bool guanaqo::DynamicLoadFlags::global = false |
RTLD_GLOBAL (true) or RTLD_LOCAL (false).
Definition at line 15 of file dl-flags.hpp.
| bool guanaqo::DynamicLoadFlags::lazy = false |
RTLD_LAZY (true) or RTLD_NOW (false).
Definition at line 17 of file dl-flags.hpp.
| bool guanaqo::DynamicLoadFlags::nodelete = true |
RTLD_NODELETE
Definition at line 19 of file dl-flags.hpp.
| bool guanaqo::DynamicLoadFlags::deepbind = true |
RTLD_DEEPBIND
Definition at line 21 of file dl-flags.hpp.