imate
C++/CUDA Reference
dynamic_loading.h File Reference
#include <stdexcept>
#include <sstream>
Include dependency graph for dynamic_loading.h:
This graph shows which files directly or indirectly include this file:

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...