|
libopenraw
0.3.7
|
#include <io_private.h>
Public Attributes | |
| struct io_methods * | methods |
| void * | _private |
| char * | path |
| int | error |
private structure that define the file
Definition at line 26 of file io_private.h.
| void* _IOFile::_private |
private data for the methods implementation
Definition at line 30 of file io_private.h.
| int _IOFile::error |
| struct io_methods* _IOFile::methods |
methods for the file IO
Definition at line 28 of file io_private.h.
Referenced by raw_close(), raw_read(), and raw_seek().
| char* _IOFile::path |