O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
Loading...
Searching...
No Matches
ifstream_t Struct Reference

File Input Stream. More...

#include <file_input_stream.h>

Data Fields

istream_t stream
 Inherit from input stream.
int descriptor
 Underlying file.
bool opened
 Is this file still open ?

Detailed Description

File Input Stream.

Todo
store the name for debug purposes ?

Definition at line 26 of file file_input_stream.h.