|
typedef void * | handle_type |
|
typedef void * | symbol_type |
|
typedef void * | handle_type |
|
typedef void * | symbol_type |
|
|
| operator bool () const |
|
bool | loaded () const |
|
handle_type | handle () const |
|
const std::string & | path () const |
|
const std::string & | error () const |
|
bool | load (const std::string &path) |
|
bool | load_impl (const std::string &path, std::string &errmsg) |
|
void | unload () |
|
void | retain () |
|
bool | getsymbol (const std::string &name, symbol_type &sym) |
|
symbol_type | getfunction (const std::string &name) |
|
| operator bool () const |
|
bool | loaded () const |
|
handle_type | handle () const |
|
const std::string & | path () const |
|
const std::string & | error () const |
|
bool | load (const std::string &path) |
|
bool | load_impl (const std::string &path, std::string &errmsg) |
|
void | unload () |
|
void | retain () |
|
bool | getsymbol (const std::string &name, symbol_type &sym) |
|
symbol_type | getfunction (const std::string &name) |
|
|
static const std::string & | library_suffix () |
|
static const std::string & | library_suffix () |
|
|
handle_type | _lib |
|
std::string | _path |
|
std::string | _err |
|
bool | _retain |
|
Definition at line 21 of file xsi_shared_lib.h.
The documentation for this class was generated from the following file: