Public Member Functions | |
| SharedLibAccess (const char *file_name) | |
| handle is only closed if you do it explicitly. | |
| bool | isOK () const |
| void | close () |
| void * | getFunction (const char *function_name) |
| Difficult for C++ functions as the names are mangled. | |
| Handletype | handle () |
Protected Attributes | |
| Handletype | handle_ |
| SharedLibAccess::SharedLibAccess | ( | const char * | file_name | ) |
handle is only closed if you do it explicitly.
| void SharedLibAccess::close | ( | ) |
| void* SharedLibAccess::getFunction | ( | const char * | function_name | ) |
Difficult for C++ functions as the names are mangled.
| Handletype SharedLibAccess::handle | ( | ) | [inline] |
| bool SharedLibAccess::isOK | ( | ) | const [inline] |
Handletype SharedLibAccess::handle_ [protected] |
1.7.1