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