![]() |
DataStream
1.8.8
DataStream : framework to save/load/serialize/deserialize data
|
How to get size of a class. More...
#include <data_stream_size.h>
Static Public Member Functions | |
| static bool | data_stream (size_t &ds, std::list< T > &data) |
| Get the size of a class std::list T. More... | |
How to get size of a class.
Definition at line 31 of file data_stream_size.h.
|
inlinestatic |
Get the size of a class std::list T.
| [out] | ds | : size of the class std::list T |
| data | : data to be used |
Definition at line 37 of file data_stream_size.h.
References DataStream< Stream, Mode, T >::data_stream().
Here is the call graph for this function: