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

Ostream & operator<< (Ostream &os, const InfoProxy< fileOperation > &info)
 
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 default file handler if necessary). Forwards to fileOperation::handler() More...
 
autoPtr< fileOperation > fileHandler (autoPtr< fileOperation > &&newHandler)
 Replace the current file handler - forwards to fileOperation::handler(). More...
 

Variables

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

Detailed Description

Original source file fileOperation.H

Definition in file fileOperation.H.