Collaboration diagram for dynamicLinkLibs: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(), END_REPORT, fatalExit, dictionary::getVal(), Green_Text, dynamicLinkLibs::libs_, dynamicLinkLibs::open(), and REPORT.
Here is the call graph for this function:| ~dynamicLinkLibs | ( | ) |
Definition at line 58 of file dynamicLinkLibs.cpp.
References pFlow::endl(), and warningInFunction.
Here is the call graph for this function:
|
protected |
Definition at line 69 of file dynamicLinkLibs.cpp.
References END_REPORT, pFlow::endl(), Green_Text, REPORT, and warningInFunction.
Referenced by dynamicLinkLibs::dynamicLinkLibs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 36 of file dynamicLinkLibs.hpp.
Referenced by dynamicLinkLibs::dynamicLinkLibs().