FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

A table of dynamically loaded libraries. More...

#include <OpenFOAM/dlLibraryTable.H>


Detailed Description

A table of dynamically loaded libraries.

Source files

Definition at line 51 of file dlLibraryTable.H.

Inheritance diagram for dlLibraryTable:
Collaboration diagram for dlLibraryTable:

List of all members.

Classes

class  readDlLibrary
 Class whose construction causes the reading of dynamic libraries. More...

Public Member Functions

 dlLibraryTable ()
 Construct null.
 ~dlLibraryTable ()

Static Public Member Functions

static bool  open (const fileName &name)
 Open the named library.
static bool  open (const dictionary &, const word &libsEntry)
 Open all the libraries listed in the 'libsEntry' entry in the.
template<class TablePtr >
static bool  open (const dictionary &, const word &libsEntry, const TablePtr &tablePtr)
 Open all the libraries listed in the 'libsEntry' entry in the.

Static Public Attributes

static dlLibraryTable  loadedLibraries
 Static data someStaticData.

Constructor & Destructor Documentation

Construct null.

Definition at line 38 of file dlLibraryTable.C.

Definition at line 56 of file dlLibraryTable.C.


Member Function Documentation

bool open ( const dictionary &   dict,
const word &   libsEntry  
) [static]

Open all the libraries listed in the 'libsEntry' entry in the.

given dictionary if present

Definition at line 142 of file dlLibraryTable.C.

References forAll, dictionary::found(), dictionary::lookup(), and dlLibraryTable::open().

bool open ( const dictionary &   dict,
const word &   libsEntry,
const TablePtr &   tablePtr  
) [static]

Open all the libraries listed in the 'libsEntry' entry in the.

given dictionary if present and check the additions to the give constructor table

Definition at line 34 of file dlLibraryTableTemplates.C.

References Foam::endl(), forAll, dictionary::found(), dictionary::lookup(), and WarningIn.


Member Data Documentation

Static data someStaticData.

Definition at line 69 of file dlLibraryTable.H.


The documentation for this class was generated from the following files: