libopenraw
Public Attributes | List of all members
_IOFile Struct Reference

#include <io_private.h>

Public Attributes

struct io_methodsmethods
 
void * _private
 
char * path
 
int error
 

Detailed Description

private structure that define the file

Definition at line 26 of file io_private.h.

Member Data Documentation

◆ _private

void* _IOFile::_private

private data for the methods implementation

Definition at line 30 of file io_private.h.

◆ error

int _IOFile::error

error code

Definition at line 34 of file io_private.h.

◆ methods

struct io_methods* _IOFile::methods

methods for the file IO

Definition at line 28 of file io_private.h.

◆ path

char* _IOFile::path

file name

Definition at line 32 of file io_private.h.


The documentation for this struct was generated from the following file: