Flow123d  release_2.2.0-914-gf1a3a4f
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 41 of file xio.h.

Member Data Documentation

char* xfile::filename

file name in the time of opening

Definition at line 42 of file xio.h.

int xfile::lineno

last read line (only for text files)

Definition at line 44 of file xio.h.

char* xfile::mode

opening mode

Definition at line 43 of file xio.h.


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