|
Ipopt
trunk
|
Go to the source code of this file.
Typedefs | |
| typedef void * | soHandle_t |
Functions | |
| soHandle_t | LSL_loadLib (const char *libname, char *msgbuf, int msglen) |
| Loads a dynamically linked library. | |
| int | LSL_unloadLib (soHandle_t libhandle) |
| Unloads a shared library. | |
| typedef void* soHandle_t |
Definition at line 27 of file LibraryHandler.h.
| soHandle_t LSL_loadLib | ( | const char * | libname, |
| char * | msgbuf, | ||
| int | msglen | ||
| ) |
Loads a dynamically linked library.
| libname | The name of the library to load. |
| msgbuf | A buffer to store an error message. |
| msglen | Length of the message buffer. |
| int LSL_unloadLib | ( | soHandle_t | libhandle | ) |
Unloads a shared library.
| libhandle | Handle of shared library to unload. |
1.7.6.1