Nana C++ Library. Reference for users.
What we need to use nana
|
Typedefs | |
typedef void * | module_t |
Functions | |
module_t | open (const char *filename) |
void * | symbols (module_t handle, const char *symbol) |
void | close (module_t handle) |
typedef void* nana::system::detail::shared_helper::module_t |
void nana::system::detail::shared_helper::close | ( | module_t | handle | ) |
module_t nana::system::detail::shared_helper::open | ( | const char * | filename | ) |
void * nana::system::detail::shared_helper::symbols | ( | module_t | handle, |
const char * | symbol | ||
) |