

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 | |
| Ostream & | operator<< (Ostream &os, const InfoProxy< fileOperation > &info) |
| Istream & | operator>> (Istream &is, fileOperation::pathType &b) |
| Read pathType as an integer value. | |
| Ostream & | operator<< (Ostream &os, const fileOperation::pathType b) |
| Write pathType as an integer value. | |
| const fileOperation & | fileHandler () |
| Return the current file handler (will create default file handler if necessary). Forwards to fileOperation::handler(). | |
| autoPtr< fileOperation > | fileHandler (autoPtr< fileOperation > &&newHandler) |
| Replace the current file handler - forwards to fileOperation::handler(). | |
Variables | |
| refPtr< fileOperation > | fileHandler (std::nullptr_t) |
| Delete current file handler - forwards to fileOperation::handler(). | |
Original source file fileOperation.H
Definition in file fileOperation.H.