33 namespace fileOperations
64 wordConstructorTable::iterator cstrIter =
65 wordConstructorTablePtr_->find(type);
67 if (cstrIter == wordConstructorTablePtr_->end())
70 <<
"Unknown fileOperationInitialise type " 72 <<
"Valid fileOperationInitialise types are" <<
endl 73 << wordConstructorTablePtr_->sortedToc()
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual ~fileOperationInitialise()
Destructor.
Macros for easy insertion into run-time selection tables.
static autoPtr< fileOperationInitialise > New(const word &type, int &argc, char **&argv)
Select type.
A class for handling words, derived from string.
errorManip< error > abort(error &err)
fileOperationInitialise(int &argc, char **&argv)
Construct components.
defineRunTimeSelectionTable(fileOperationInitialise, word)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
defineTypeNameAndDebug(collatedFileOperation, 0)
#define InfoInFunction
Report an information message using Foam::Info.