PhoenixPresentation  2.0.0
Set of cmake function to automate presentation generation
template_stream_file_header.h File Reference

Go to the source code of this file.

Classes

struct  DataStream< DataStreamIter, DataStreamMode::READ, SIMPLE_TYPE >
 How to read SIMPLE_TYPE from a message. More...
 
struct  DataStream< DataStreamIter, DataStreamMode::WRITE, SIMPLE_TYPE >
 How to write SIMPLE_TYPE in a message. More...
 
struct  DataStream< FILE *, DataStreamMode::READ, SIMPLE_TYPE >
 How to read SIMPLE_TYPE from a file. More...
 
struct  DataStream< FILE *, DataStreamMode::READ, std::vector< SIMPLE_TYPE > >
 How to read std::vector SIMPLE_TYPE from a file. More...
 
struct  DataStream< FILE *, DataStreamMode::WRITE, SIMPLE_TYPE >
 How to write SIMPLE_TYPE in a file. More...
 
struct  DataStream< FILE *, DataStreamMode::WRITE, std::vector< SIMPLE_TYPE > >
 How to write vector of SIMPLE_TYPE in a file. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, SIMPLE_TYPE >
 Specialisation to get the size of a SIMPLE_TYPE. More...