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 list of keyword definitions, which are a keyword followed by any number of values (e....
A table of dynamically loaded libraries.
void operator=(const dlLibraryTable &)=delete
Disallow default bitwise assignment.
bool close(const fileName &name, const bool verbose=true)
Close the named library, optionally with warnings if problems occur.
~dlLibraryTable()
Destructor.
void * findLibrary(const fileName &libName)
Find the handle of the named library.
dlLibraryTable()
Construct null.
ClassName("dlLibraryTable")
bool open(const fileName &libName, const bool verbose=true)
Open the named library, optionally with warnings if problems occur.
A class for handling file names.
A class for handling words, derived from string.
dlLibraryTable libs
Table of loaded dynamic libraries.
word name(const bool)
Return a word representation of a bool.