Microsoft Windows interface for using dynamic libraries.
More...
#include <dynamic_library_traits_win32.hpp>
|
typedef HMODULE | handle |
| Type of the system handle to the library.
|
|
Microsoft Windows interface for using dynamic libraries.
- Author
- Julien Jorge
Definition at line 45 of file dynamic_library_traits_win32.hpp.
◆ auto_open()
static handle claw::dynamic_library_traits_win32::auto_open |
( |
const std::string & |
name | ) |
|
|
inlinestatic |
Open the current program.
- Parameters
-
name | The name of the current program. |
- Returns
- The handle on the loaded library.
Definition at line 67 of file dynamic_library_traits_win32.hpp.
◆ close()
static void claw::dynamic_library_traits_win32::close |
( |
handle |
h | ) |
|
|
inlinestatic |
◆ get_symbol()
template<class T >
static T claw::dynamic_library_traits_win32::get_symbol |
( |
handle |
h, |
|
|
const std::string & |
name |
|
) |
| |
|
inlinestatic |
◆ have_symbol()
static bool claw::dynamic_library_traits_win32::have_symbol |
( |
handle |
h, |
|
|
const std::string & |
name |
|
) |
| |
|
inlinestatic |
◆ open()
static handle claw::dynamic_library_traits_win32::open |
( |
const std::string & |
name | ) |
|
|
inlinestatic |
◆ valid_handle()
static bool claw::dynamic_library_traits_win32::valid_handle |
( |
handle |
h | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: