![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
#include <string.h>
#include <cstdint>
#include <string>
#include <map>
#include <vector>
#include <list>
#include <iostream>
#include "data_stream_file_simple_type.h"
Go to the source code of this file.
Classes | |
struct | DataStream< Stream, Mode, T > |
Generic DataStream class. More... | |
Namespaces | |
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.