Discrete Dipole Approximation Project
1.0
Plugin based Discrete Dipole Approximation (DDA) software package.
|
Just create an object of this class to load a library and don't worry about unloading it – it will be done in the objects destructor automatically.
#include "dylib.h"
Public Member Functions | |
DyLibary (std::string libname) | |
Loads Libary libname with given into memory. More... | |
~DyLibary () | |
Unloads loaded libary automaticly. | |
FuncPtr | GetSymbol (std::string name) |
Retrives a Symbol name from the libary, respresented by the object. More... | |
DyLibary::DyLibary | ( | std::string | libname | ) |
DyLibException | Raised if unable to load libary |
[in] | libname | Name of Libary to Load |
FuncPtr DyLibary::GetSymbol | ( | std::string | name | ) |
DyLibException | Raised if symbol dosen't exist |
[in] | name | Name of Symbol to Load |