#include "IpoptConfig.h"Include dependency graph for LibraryHandler.h:

Go to the source code of this file.
Defines | |
| #define | ERROR_LOADLIB |
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. | |
| #define ERROR_LOADLIB |
Definition at line 26 of file LibraryHandler.h.
| 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.4.7