#include <Library.hh>
Public Member Functions | |
| Library (const std::string &library_file) | |
| void | open (const std::string &library_file) |
| void * | getSymbol (const char *sym, bool required=true) |
| Get a symbol from this dynamic library. | |
| void * Library::getSymbol | ( | const char * | sym, | |
| bool | required = true | |||
| ) |
Get a symbol from this dynamic library.
| LibraryError | Thrown when the symbol was not found, and it is required. |
1.4.7