alpaqa develop
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DynamicLoadFlags Struct Reference

#include <alpaqa/util/dl-flags.hpp>

Detailed Description

Flags to be passed to dlopen.

Definition at line 8 of file dl-flags.hpp.

+ Collaboration diagram for DynamicLoadFlags:

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
 

Member Function Documentation

◆ operator int()

operator int ( ) const

Definition at line 9 of file dl-flags.cpp.

Member Data Documentation

◆ global

bool global = false

RTLD_GLOBAL (true) or RTLD_LOCAL (false).

Definition at line 10 of file dl-flags.hpp.

◆ lazy

bool lazy = false

RTLD_LAZY (true) or RTLD_NOW (false).

Definition at line 12 of file dl-flags.hpp.

◆ nodelete

bool nodelete = true

RTLD_NODELETE

Definition at line 14 of file dl-flags.hpp.

◆ deepbind

bool deepbind = true

RTLD_DEEPBIND

Definition at line 16 of file dl-flags.hpp.


The documentation for this struct was generated from the following files: