mCRL2
|
Go to the source code of this file.
Classes | |
class | dynamic_library |
Typedefs | |
typedef void * | library_handle |
typedef void * | library_proc |
Functions | |
library_handle | get_module_handle (const std::string &fname) |
library_proc | get_proc_address (library_handle handle, const std::string &procname) |
bool | close_module_handle (library_handle handle) |
std::string | get_last_error () |
typedef void* library_handle |
Definition at line 70 of file dynamiclibrary.h.
typedef void* library_proc |
Definition at line 71 of file dynamiclibrary.h.
|
inline |
Definition at line 87 of file dynamiclibrary.h.
|
inline |
Definition at line 93 of file dynamiclibrary.h.
|
inline |
Definition at line 74 of file dynamiclibrary.h.
|
inline |
Definition at line 81 of file dynamiclibrary.h.