#include <unixstl/dl/dl_call.hpp>

Types | |
| typedef unix_exception | parent_class_type | 
| The parent type.   | |
| typedef  missing_entry_point_exception  | class_type | 
| The type of the current instantiation.   | |
| 
typedef  parent_class_type::error_code_type  | error_code_type | 
Public Member Functions | |
Construction  | |
| missing_entry_point_exception (char const *functionName, error_code_type err) | |
| Constructs an instance of the exception based on the given missing function name, and Windows error code.   | |
| typedef unix_exception parent_class_type | 
| missing_entry_point_exception | ( | char const * | functionName, | |
| error_code_type | err | |||
| ) |  [inline] | 
        
Constructs an instance of the exception based on the given missing function name, and Windows error code.
 1.5.6