Internal Pimpl structure of class FileIo.
More...
List of all members.
Public Types |
enum | OpMode { opRead,
opWrite,
opSeek
} |
| Mode of operation.
|
Public Member Functions |
| 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.
|
int | stat (StructStat &buf) const |
| stat wrapper for internal use
|
Detailed Description
Internal Pimpl structure of class FileIo.
Member Function Documentation
int Exiv2::FileIo::Impl::switchMode |
( |
OpMode |
opMode | ) |
|
The documentation for this class was generated from the following file: