PhoenixMock  1.8.7
Tools to split/merge/print mock used in Phoenix
template_stream_file_header.h File Reference

Go to the source code of this file.

Classes

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...