|
Orxonox
0.0.5 Codename: Arcturus
|
Declaration of DynLib which represents a dynamically loaded module. More...
Go to the source code of this file.
Classes | |
| class | orxonox::DynLib |
| Resource holding data about a dynamic library. More... | |
Namespaces | |
| orxonox | |
| Die Wagnis Klasse hat die folgenden Aufgaben: | |
Macros | |
| #define | DYNLIB_GETSYM(a, b) dlsym( a, b ) |
| #define | DYNLIB_HANDLE void* |
| #define | DYNLIB_LOAD(a) dlopen( a, RTLD_LAZY | RTLD_GLOBAL) |
| #define | DYNLIB_UNLOAD(a) dlclose( a ) |
Declaration of DynLib which represents a dynamically loaded module.
| #define DYNLIB_GETSYM | ( | a, | |
| b | |||
| ) | dlsym( a, b ) |
| #define DYNLIB_HANDLE void* |
| #define DYNLIB_LOAD | ( | a | ) | dlopen( a, RTLD_LAZY | RTLD_GLOBAL) |
| #define DYNLIB_UNLOAD | ( | a | ) | dlclose( a ) |
1.8.11