7 #ifndef __DATA_STREAM_FILE_H__
8 #define __DATA_STREAM_FILE_H__
16 static bool data_stream(FILE* & ds,
bool * data,
size_t nbElement);
23 static bool data_stream(FILE* & ds,
bool * data,
size_t nbElement);
29 static bool data_stream(FILE* & ds, std::string & data);
35 static bool data_stream(FILE* & ds, std::string & data);
Generic DataStream class.
static bool data_stream(Stream &ds, T &data)
Dummy function to catch if a type is not specialised.