![]() |
|
PhoenixDataStream
1.0.0
Framework to save/load/serialize/deserialize data
|
How to write bool in a message. More...
#include <data_stream_message.h>
Inheritance diagram for DataStream< DataStreamIter, DataStreamMode::WRITE, bool >:
Collaboration diagram for DataStream< DataStreamIter, DataStreamMode::WRITE, bool >:Static Public Member Functions | |
| static bool | data_stream (DataStreamIter &ds, bool &data) |
| Dummy function to catch if a type is not specialised. | |
| static bool | data_stream (DataStreamIter &ds, bool &data) |
| Save the bool in the message. | |
| static bool | data_stream (DataStreamIter &ds, bool *data, size_t nbElement) |
| Save the bool in the message. | |
| static bool | data_stream (size_t &ds, bool *data, size_t nbElement) |
| Dummy function to catch if a type is not specialised. | |
How to write bool in a message.
Definition at line 23 of file data_stream_message.h.
|
inlinestatic |
Dummy function to catch if a type is not specialised.
| ds | : Stream to be used (message, file, size) |
| data | : data to be serialised |
Definition at line 37 of file data_stream_include.h.
|
static |
Save the bool in the message.
| [out] | ds | : message to be written |
| data | : data to be saved in the message |
Definition at line 41 of file data_stream_message.cpp.
|
static |
Save the bool in the message.
| [out] | ds | : message to be written |
| data | : data to be saved in the message | |
| nbElement | : number of element of the data |
Definition at line 54 of file data_stream_message.cpp.
|
inlinestatic |
Dummy function to catch if a type is not specialised.
| ds | : Stream to be used (message, file, size) |
| data | : poiunter data to be serialised |
| nbElement | : number of elements in table data |
Definition at line 45 of file data_stream_include.h.