mCRL2
Loading...
Searching...
No Matches
dynamiclibrary.h File Reference

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 Documentation

◆ library_handle

typedef void* library_handle

Definition at line 70 of file dynamiclibrary.h.

◆ library_proc

typedef void* library_proc

Definition at line 71 of file dynamiclibrary.h.

Function Documentation

◆ close_module_handle()

bool close_module_handle ( library_handle  handle)
inline

Definition at line 87 of file dynamiclibrary.h.

◆ get_last_error()

std::string get_last_error ( )
inline

Definition at line 93 of file dynamiclibrary.h.

◆ get_module_handle()

library_handle get_module_handle ( const std::string &  fname)
inline

Definition at line 74 of file dynamiclibrary.h.

◆ get_proc_address()

library_proc get_proc_address ( library_handle  handle,
const std::string &  procname 
)
inline

Definition at line 81 of file dynamiclibrary.h.