![]() |
DataStream
1.8.8
DataStream : framework to save/load/serialize/deserialize data
|
Specialisation to get the size of a float. More...
#include <data_stream_size.h>
Static Public Member Functions | |
| static bool | data_stream (size_t &ds, float &data) |
| Get the size of a type float. More... | |
| static bool | data_stream (size_t &ds, float *data, size_t nbElement) |
| Get the size of a type float. More... | |
Specialisation to get the size of a float.
Definition at line 144 of file data_stream_size.h.
|
static |
Get the size of a type float.
| [out] | ds | : size of the type |
| data | : data to be used |
Definition at line 203 of file data_stream_size.cpp.
|
static |
Get the size of a type float.
| [out] | ds | : size of the type |
| data | : data to be used | |
| nbElement | : number of element of the data |
Definition at line 214 of file data_stream_size.cpp.