|
Grok 20.3.2
|
Go to the source code of this file.
Classes | |
| struct | grk::minpf_dynamic_library |
Namespaces | |
| namespace | grk |
| ResWindow. | |
Typedefs | |
| typedef void * | dynamic_handle_t |
Functions | |
| minpf_dynamic_library * | grk::minpf_load_dynamic_library (const char *path, char *error) |
| bool | grk::minpf_unload_dynamic_library (minpf_dynamic_library *library) |
| void * | grk::minpf_get_symbol (minpf_dynamic_library *library, const char *symbol) |
| bool | grk::minpf_get_full_path (const char *path, const void *addr, dynamic_handle_t handle, char *fullPath, size_t fullPathLen) |
| typedef void* dynamic_handle_t |