![]() |
DataStream
1.8.8
DataStream : framework to save/load/serialize/deserialize data
|
How to write a class in a file. More...
#include <data_stream_read_file.h>
Static Public Member Functions | |
| static bool | data_stream (FILE *&ds, std::vector< T > &data) |
| Get the size of a class std::vector T. More... | |
How to write a class in a file.
Definition at line 14 of file data_stream_read_file.h.
|
inlinestatic |
Get the size of a class std::vector T.
| [out] | ds | : file to write the class std::vector T |
| data | : data to be saved |
Definition at line 24 of file data_stream_read_file.h.