dl_call_traits Struct Reference

#include <winstl/dl/dl_call.hpp>

List of all members.


Detailed Description

Internal traits class used by the DL Library.

Note:
This is a struct, rather than a namespace, because namespaces are open, and we want this to be closed.

Public Types

Member Types
typedef FARPROC entry_point_type
typedef HINSTANCE library_handle_type
typedef winstl::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  is_fd
 Tag that denotes that the function is identified by a function descriptor. More...
struct  is_not_fd
 Tag that denotes that the function is identified by name. More...
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...

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

Generated on Thu Jun 10 08:59:21 2010 for STLSoft by  doxygen 1.5.6