PhoenixMock  1.8.7
Tools to split/merge/print mock used in Phoenix
data_stream_file.h File Reference
#include "data_stream_include.h"
#include "data_stream_file_simple_type.h"
#include "data_stream_write_file.h"
#include "data_stream_read_file.h"
+ Include dependency graph for data_stream_file.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DataStream< FILE *, DataStreamMode::READ, bool >
 How to read bool from a file. More...
 
struct  DataStream< FILE *, DataStreamMode::READ, std::string >
 Specialisation to read std::string from a file. More...
 
struct  DataStream< FILE *, DataStreamMode::WRITE, bool >
 How to write bool in a file. More...
 
struct  DataStream< FILE *, DataStreamMode::WRITE, std::string >
 Specialisation to write std::string into a file. More...