Loading...
Searching...
No Matches
fileOperation.H File Reference
Include dependency graph for fileOperation.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fileOperation
 An encapsulation of filesystem-related operations. More...

Namespaces

namespace  Foam::fileOperations
 Namespace for implementations of a fileOperation.
namespace  Foam
 Namespace for OpenFOAM.

Functions

Ostreamoperator<< (Ostream &os, const InfoProxy< fileOperation > &info)
Istreamoperator>> (Istream &is, fileOperation::pathType &b)
 Read pathType as an integer value.
Ostreamoperator<< (Ostream &os, const fileOperation::pathType b)
 Write pathType as an integer value.
const fileOperationfileHandler ()
 Return the current file handler (will create default file handler if necessary). Forwards to fileOperation::handler().
autoPtr< fileOperationfileHandler (autoPtr< fileOperation > &&newHandler)
 Replace the current file handler - forwards to fileOperation::handler().

Variables

refPtr< fileOperationfileHandler (std::nullptr_t)
 Delete current file handler - forwards to fileOperation::handler().

Detailed Description

Original source file fileOperation.H

Definition in file fileOperation.H.