Kyoto Tycoon
|
Shared library. More...
#include <ktshlib.h>
Public Member Functions | |
SharedLibrary () | |
Default constructor. | |
~SharedLibrary () | |
Destructor. | |
bool | open (const char *path) |
Open a shared library. | |
bool | close () |
Close the shared library. | |
void * | symbol (const char *name) |
Get the pointer to a symbol. |
Shared library.
Default constructor.
Destructor.
bool kyototycoon::SharedLibrary::open | ( | const char * | path | ) |
Open a shared library.
path | the path of the shared library file. |
bool kyototycoon::SharedLibrary::close | ( | ) |
Close the shared library.
void* kyototycoon::SharedLibrary::symbol | ( | const char * | name | ) |
Get the pointer to a symbol.
name | the name of the symbol. |