![]() |
Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
| struct | DynamicLibrary |
Functions | |
| DynamicLibrary * | dynamic_library_open (const char *name) |
| void * | dynamic_library_find (DynamicLibrary *lib, const char *name) |
| void | dynamic_library_close (DynamicLibrary *lib) |
| void dynamic_library_close | ( | DynamicLibrary * | lib | ) |
Definition at line 87 of file util_dynlib.cpp.
References DynamicLibrary::module.
| void* dynamic_library_find | ( | DynamicLibrary * | lib, |
| const char * | name | ||
| ) |
Definition at line 82 of file util_dynlib.cpp.
References DynamicLibrary::module.
| DynamicLibrary* dynamic_library_open | ( | const char * | name | ) |
Definition at line 69 of file util_dynlib.cpp.
References module, DynamicLibrary::module, and NULL.
Referenced by cuLibraryInit().