#include <basicio.hpp>
Collaboration diagram for Exiv2::IoCloser:
Public Member Functions | |
Creators | |
IoCloser (BasicIo &bio) | |
Constructor, takes a BasicIo reference. | |
~IoCloser () | |
Destructor, closes the BasicIo reference. | |
Manipulators | |
void | close () |
Close the BasicIo if it is open. | |
Public Attributes | |
BasicIo & | bio_ |
The BasicIo reference. |