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 ()=default |
| 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 46 of file fileOperationInitialise.H.
| fileOperationInitialise | ( | int & | argc, |
| char **& | argv | ||
| ) |
Construct components.
Definition at line 47 of file fileOperationInitialise.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "fileOperationInitialise" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| fileOperationInitialise | , | ||
| word | , | ||
| (int &argc, char **&argv) | , | ||
| (argc, argv) | |||
| ) |
|
static |
Select type.
Definition at line 56 of file fileOperationInitialise.C.
References Foam::abort(), DebugInFunction, Foam::endl(), Foam::FatalError, and FatalErrorInLookup.
Referenced by argList::argList().
|
pure virtual |
Needs threading.
Implemented in collatedFileOperationInitialise, and unthreadedInitialise.