#include <unixstl/dl/dl_call.hpp>
Public Types | |
Member Types  | |
| typedef void(* | entry_point_type )(void) | 
| typedef void * | library_handle_type | 
| typedef unixstl::module | module_wrapper_type | 
Static Public Member Functions | |
Dynamic Library Functions  | |
| static entry_point_type | get_symbol (library_handle_type hLib, char const *functionName) | 
Classes | |
| struct | library_is_handle | 
| Tag that denotes that the library argument is a handle.  More... | |
| struct | library_is_not_handle | 
| Tag that denotes that the library argument is not a handle.  More... | |
 1.5.6