29 #ifndef fileOperationInitialise_H
30 #define fileOperationInitialise_H
38 namespace fileOperations
67 int& argc,
char**& argv
78 const word&
type,
int& argc,
char**& argv
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
declareRunTimeSelectionTable(autoPtr, fileOperationInitialise, word,(int &argc, char **&argv),(argc, argv))
virtual ~fileOperationInitialise()
Destructor.
static autoPtr< fileOperationInitialise > New(const word &type, int &argc, char **&argv)
Select type.
TypeName("fileOperationInitialise")
Runtime type information.
virtual bool needsThreading() const =0
Needs threading.
fileOperationInitialise(int &argc, char **&argv)
Construct components.
A class for handling words, derived from string.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Macros to ease declaration of run-time selection tables.