Classes | Namespaces | Functions | Variables
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

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

Functions

Istream & operator>> (Istream &is, fileOperation::pathType &b)
 Read pathType as an integer value. More...
 
Ostream & operator<< (Ostream &os, const fileOperation::pathType b)
 Write pathType as an integer value. More...
 
const fileOperation & fileHandler ()
 Return the current file handler. Will create the default file handler if necessary. More...
 
autoPtr< fileOperation > fileHandler (autoPtr< fileOperation > &&newHandler)
 Replace the current file handler. More...
 

Variables

autoPtr< fileOperation > fileHandler (std::nullptr_t)
 Delete current file handler. More...
 

Detailed Description

Original source file fileOperation.H

Definition in file fileOperation.H.