

Public Member Functions | |
| unthreadedInitialise (int &argc, char **&argv) | |
| Construct from components. More... | |
| virtual | ~unthreadedInitialise () |
| Destructor. More... | |
| virtual bool | needsThreading () const |
| Needs threading. More... | |
Public Member Functions inherited from fileOperationInitialise | |
| 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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fileOperationInitialise | |
| static autoPtr< fileOperationInitialise > | New (const word &type, int &argc, char **&argv) |
| Select type. More... | |
Definition at line 44 of file unthreadedInitialise.H.
|
inline |
Construct from components.
Definition at line 53 of file unthreadedInitialise.H.
|
inlinevirtual |
Destructor.
Definition at line 60 of file unthreadedInitialise.H.
|
inlinevirtual |
Needs threading.
Implements fileOperationInitialise.
Reimplemented in collatedFileOperationInitialise.
Definition at line 67 of file unthreadedInitialise.H.