35 #ifndef dlLibraryTable_H 36 #define dlLibraryTable_H 88 bool open(
const fileName& libName,
const bool verbose =
true);
100 template<
class TablePtr>
104 const word& libsEntry,
105 const TablePtr& tablePtr
A class for handling file names.
ClassName("dlLibraryTable")
void operator=(const dlLibraryTable &)=delete
Disallow default bitwise assignment.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
dlLibraryTable()
Construct null.
~dlLibraryTable()
Destructor.
dlLibraryTable libs
Table of loaded dynamic libraries.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects...
A class for handling words, derived from string.
A table of dynamically loaded libraries.
bool close(const fileName &name, const bool verbose=true)
Close the named library, optionally with warnings if problems occur.
bool open(const fileName &libName, const bool verbose=true)
Open the named library, optionally with warnings if problems occur.
word name(const complex &)
Return a string representation of a complex.
void * findLibrary(const fileName &libName)
Find the handle of the named library.