Internal Pimpl structure of class FileIo.
More...
|
enum | OpMode { opRead,
opWrite,
opSeek
} |
| Mode of operation.
|
|
|
| Impl (const std::string &path) |
| Constructor.
|
|
int | switchMode (OpMode opMode) |
| Switch to a new access mode, reopening the file if needed. Optimized to only reopen the file when it is really necessary. More...
|
|
int | stat (StructStat &buf) const |
| stat wrapper for internal use
|
|
void | copyXattrFrom (const FileIo &src) |
| copy extended attributes (xattr) from another file
|
|
Internal Pimpl structure of class FileIo.
◆ switchMode()
int Exiv2::FileIo::Impl::switchMode |
( |
OpMode |
opMode | ) |
|
Switch to a new access mode, reopening the file if needed. Optimized to only reopen the file when it is really necessary.
- Parameters
-
opMode | The mode to switch to. |
- Returns
- 0 if successful
The documentation for this class was generated from the following file: