![]() |
|
PhoenixDataStream
1.0.0
Framework to save/load/serialize/deserialize data
|
#include <string.h>#include <cstdint>#include <string>#include <map>#include <vector>#include <list>#include <iostream>#include "data_stream_file_simple_type.h"
Include dependency graph for data_stream_include.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | DataStream< Stream, Mode, T > |
| Generic DataStream class. More... | |
Namespaces | |
| namespace | DataStreamMode |
Typedefs | |
| typedef DataStreamType * | DataStreamIter |
| typedef std::vector< DataStreamType > | DataStreamMsg |
| typedef uint8_t | DataStreamType |
Enumerations | |
| enum | DataStreamMode::DataStreamMode { DataStreamMode::READ , DataStreamMode::WRITE } |
| Stream mode : READ or WRITE. More... | |
| typedef DataStreamType* DataStreamIter |
Definition at line 28 of file data_stream_include.h.
| typedef std::vector<DataStreamType> DataStreamMsg |
Definition at line 27 of file data_stream_include.h.
| typedef uint8_t DataStreamType |
Definition at line 26 of file data_stream_include.h.