![]() |
DataStream
1.8.8
DataStream : framework to save/load/serialize/deserialize data
|
How to read std::vector SIMPLE_TYPE from a file. More...
#include <template_stream_file_header.h>
Static Public Member Functions | |
| static bool | data_stream (FILE *&ds, std::vector< SIMPLE_TYPE > &data) |
| Read the data std::vector of SIMPLE_TYPE in the file. More... | |
How to read std::vector SIMPLE_TYPE from a file.
Definition at line 11 of file template_stream_file_header.h.
|
static |
Read the data std::vector of SIMPLE_TYPE in the file.
| [out] | ds | : file to be read |
| [out] | data | : data to be set |
Definition at line 25 of file template_stream_file_header.cpp.
References DataStream< Stream, Mode, T >::data_stream().
Here is the call graph for this function: