![]() |
PhoenixDataStream
2.0.0
Framework to save/load/serialize/deserialize data
|
#include "data_stream_include.h"
#include "data_stream_write_message.h"
#include "data_stream_read_message.h"
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... | |