Go to the source code of this file.
|
| 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...
|
| |
|
| refPtr< fileOperation > | fileHandler (std::nullptr_t) |
| | Delete current file handler - forwards to fileOperation::handler() More...
|
| |
Original source file fileOperation.H
Definition in file fileOperation.H.