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