
Public Member Functions | |
| TypeName ("fileOperationInitialise") | |
| Runtime type information. More... | |
| fileOperationInitialise (int &argc, char **&argv) | |
| Construct components. More... | |
| declareRunTimeSelectionTable (autoPtr, fileOperationInitialise, word,(int &argc, char **&argv),(argc, argv)) | |
| virtual | ~fileOperationInitialise () |
| Destructor. More... | |
| virtual bool | needsThreading () const =0 |
| Needs threading. More... | |
Static Public Member Functions | |
| static autoPtr< fileOperationInitialise > | New (const word &type, int &argc, char **&argv) |
| Select type. More... | |
Definition at line 44 of file fileOperationInitialise.H.
| fileOperationInitialise | ( | int & | argc, |
| char **& | argv | ||
| ) |
Construct components.
Definition at line 43 of file fileOperationInitialise.C.
|
virtual |
Destructor.
Definition at line 83 of file fileOperationInitialise.C.
| TypeName | ( | "fileOperationInitialise" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| fileOperationInitialise | , | ||
| word | , | ||
| (int &argc, char **&argv) | , | ||
| (argc, argv) | |||
| ) |
|
static |
Select type.
Definition at line 52 of file fileOperationInitialise.C.
References Foam::abort(), Foam::endl(), Foam::FatalError, FatalErrorInFunction, InfoInFunction, Foam::nl, and Foam::type().
Referenced by argList::argList().


|
pure virtual |
Needs threading.
Implemented in unthreadedInitialise, and collatedFileOperationInitialise.