|
|
const char * | fname |
| | Dynamic library filename.
|
| |
|
void * | dynamic_library |
| | dynamic library handle
|
| |
|
func_init_t | func_init |
| | Module init function.
|
| |
|
func_deinit_t | func_deinit |
| | Module deinit function.
|
| |
|
func_operate_t | func_operate |
| | Module operate function.
|
| |
|
func_inform_t | func_inform |
| | Module super_inform function.
|
| |
|
func_clear_t | func_clear |
| | Module clear function.
|
| |
|
func_get_mem_t | func_get_mem |
| | Module get_mem function.
|
| |
|
inplace_cb_delete_wrapped_t | inplace_cb_delete_wrapped |
| | Wrapped inplace callback functions to circumvent callback whitelisting.
|
| |
|
inplace_cb_register_wrapped_t | inplace_cb_register_wrapped |
| |
|
void * | dyn_env |
| | Pointer to any data the dynamic library might want to keep.
|
| |
The documentation for this struct was generated from the following file: