Flow123d  jenkins-Flow123d-windows32-release-multijob-51
Public Attributes | List of all members
xfile Struct Reference

XFILE structure holds additional info to generic FILE. More...

#include <xio.h>

Public Attributes

char * filename
 file name in the time of opening More...
 
char * mode
 opening mode More...
 
int lineno
 last read line (only for text files) More...
 

Detailed Description

XFILE structure holds additional info to generic FILE.

Definition at line 55 of file xio.h.

Member Data Documentation

char* xfile::filename

file name in the time of opening

Definition at line 56 of file xio.h.

int xfile::lineno

last read line (only for text files)

Definition at line 58 of file xio.h.

char* xfile::mode

opening mode

Definition at line 57 of file xio.h.


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