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