Go to the documentation of this file.
35 #ifndef dlLibraryTable_H
36 #define dlLibraryTable_H
103 template<
class TablePtr>
107 const word& libsEntry,
108 const TablePtr& tablePtr
A table of dynamically loaded libraries.
A class for handling words, derived from string.
A class for handling file names.
void * findLibrary(const fileName &name)
Find the handle of the named library.
DynamicList< void * > libPtrs_
void operator=(const dlLibraryTable &)
Disallow default bitwise assignment.
bool close(const fileName &name, const bool verbose=true)
Close the named library, optionally with warnings if problems occur.
A list of keyword definitions, which are a keyword followed by any number of values (e....
DynamicList< fileName > libNames_
ClassName("dlLibraryTable")
bool open(const fileName &name, const bool verbose=true)
Open the named library, optionally with warnings if problems occur.
dlLibraryTable()
Construct null.
word name(const complex &)
Return a string representation of a complex.
~dlLibraryTable()
Destructor.