|
EGSnrc C++ class library
Report PIRS-898 (2021)
Iwan Kawrakow, Ernesto Mainegra-Hing, Frederic Tessier, Reid Townson and Blake Walters
|
EGS_Library implementation. More...
Go to the source code of this file.
Macros | |
| #define | DLL_HANDLE void* |
| #define | LOAD_LIBRARY(fname) dlopen(fname,RTLD_LAZY) |
| #define | FREE_LIBRARY(lib) !dlclose(lib) |
| #define | RESOLVE_SYMBOL(lib, symb) dlsym(lib,symb) |
EGS_Library implementation.
Definition in file egs_library.cpp.
1.9.1