Public Member Functions | |
unthreadedInitialise (int &argc, char **&argv) | |
Construct from components. More... | |
virtual | ~unthreadedInitialise ()=default |
Destructor. More... | |
virtual bool | needsThreading () const |
No threading required. More... | |
![]() | |
TypeName ("fileOperationInitialise") | |
Runtime type information. More... | |
fileOperationInitialise (int &argc, char **&argv) | |
Construct from components. More... | |
declareRunTimeSelectionTable (autoPtr, fileOperationInitialise, word,(int &argc, char **&argv),(argc, argv)) | |
virtual | ~fileOperationInitialise ()=default |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< fileOperationInitialise > | New (const word &type, int &argc, char **&argv) |
Select type. More... | |
Definition at line 49 of file unthreadedInitialise.H.
|
inline |
Construct from components.
Definition at line 58 of file unthreadedInitialise.H.
|
virtualdefault |
Destructor.
|
inlinevirtual |
No threading required.
Implements fileOperationInitialise.
Reimplemented in collatedFileOperationInitialise.
Definition at line 71 of file unthreadedInitialise.H.