#include <shared_lib.hpp>
Definition at line 22 of file shared_lib.hpp.
◆ shared_lib_rep()
lolly::system::shared_lib_rep::shared_lib_rep |
( |
string | dynamic_name, |
|
|
url | path ) |
Definition at line 15 of file shared_lib.cpp.
19 TM_FAILED (
"error occurs during loading of library")
20 }
21};
#define TM_FAILED(msg)
Macro used to throw an exception with a specified error message.
The list class represents a linked list.
tb_dynamic_ref_t dynamic_ref
string as_system_string(url u)
◆ ~shared_lib_rep()
lolly::system::shared_lib_rep::~shared_lib_rep |
( |
| ) |
|
|
virtual |
◆ get_function()
auto lolly::system::shared_lib_rep::get_function |
( |
string | function_name | ) |
-> Ret (*) (Args...) |
|
inline |
◆ shared_lib
◆ dynamic_ref
tb_dynamic_ref_t lolly::system::shared_lib_rep::dynamic_ref |
|
private |
The documentation for this struct was generated from the following files: