PhoenixPresentation  2.0.0
Set of cmake function to automate presentation generation
data_stream_message.h File Reference
+ Include dependency graph for data_stream_message.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DataStream< DataStreamIter, DataStreamMode::READ, bool >
 How to read bool from a message. More...
 
struct  DataStream< DataStreamIter, DataStreamMode::READ, std::string >
 Specialisation to read std::string from a message. More...
 
struct  DataStream< DataStreamIter, DataStreamMode::WRITE, bool >
 How to write bool in a message. More...
 
struct  DataStream< DataStreamIter, DataStreamMode::WRITE, std::string >
 Specialisation to write std::string into a message. More...