Public Member Functions | |
dynamicLinkLibs (const dictionary &dict, word libList="libs") | |
~dynamicLinkLibs () | |
Protected Member Functions | |
void * | open (word libName) |
Protected Attributes | |
wordHashMap< void * > | libs_ |
Definition at line 32 of file dynamicLinkLibs.hpp.
dynamicLinkLibs | ( | const dictionary & | dict, |
word | libList = "libs" |
||
) |
Definition at line 28 of file dynamicLinkLibs.cpp.
References dictionary::containsDataEntry(), endREPORT, fatalExit, dictionary::getVal(), greenText, dynamicLinkLibs::libs_, dynamicLinkLibs::open(), and REPORT.
~dynamicLinkLibs | ( | ) |
Definition at line 58 of file dynamicLinkLibs.cpp.
References pFlow::endl(), and warningInFunction.
|
protected |
Definition at line 69 of file dynamicLinkLibs.cpp.
References pFlow::endl(), endREPORT, greenText, REPORT, and warningInFunction.
Referenced by dynamicLinkLibs::dynamicLinkLibs().
|
protected |
Definition at line 36 of file dynamicLinkLibs.hpp.
Referenced by dynamicLinkLibs::dynamicLinkLibs().