imate
C++/CUDA Reference
|
#include <stdexcept>
#include <sstream>
Go to the source code of this file.
Namespaces | |
dynamic_loading | |
Dynamic loading of shared libraries using dlopen tool. | |
Functions | |
template<typename Signature > | |
Signature | dynamic_loading::load_symbol (const char *lib_name, const char *symbol_name) |
Loads a symbol within a library and returns a pointer to the symbol (function pointer). More... | |