libopenraw
|
#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 |
error code
Definition at line 34 of file io_private.h.
struct io_methods* _IOFile::methods |
methods for the file IO
Definition at line 28 of file io_private.h.
char* _IOFile::path |
file name
Definition at line 32 of file io_private.h.