#include "gpucalc/object.h"
Go to the source code of this file.
Namespaces | |
| namespace | gpucalc | 
Classes | |
| class | gpucalc::Library | 
| This class represnt dynamically loaded libraries (DLLs).  More... | |
Defines | |
| #define | LIBRARY_GETSYM(a, b) dlsym(a, b) | 
| #define | LIBRARY_HANDLE void * | 
| #define | LIBRARY_LOAD(a) dlopen(a, RTLD_LAZY | RTLD_GLOBAL) | 
| #define | LIBRARY_UNLOAD(a) dlclose(a) | 
Variables | |
| const char | gpucalc::_LibraryClassName [] = "Library" | 
Definition in file library.h.
| #define LIBRARY_LOAD | ( | a | ) | dlopen(a, RTLD_LAZY | RTLD_GLOBAL) | 
 1.5.6