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

Go to the source code of this file.

Classes

struct  DataStream< char *, DataStreamMode::READ, bool >
 How to read bool from a message. More...
 
struct  DataStream< char *, DataStreamMode::READ, char >
 How to read char from a message. More...
 
struct  DataStream< char *, DataStreamMode::READ, double >
 How to read double from a message. More...
 
struct  DataStream< char *, DataStreamMode::READ, float >
 How to read float from a message. More...
 
struct  DataStream< char *, DataStreamMode::READ, int >
 How to read int from a message. More...
 
struct  DataStream< char *, DataStreamMode::READ, long int >
 How to read long int from a message. More...
 
struct  DataStream< char *, DataStreamMode::READ, long unsigned int >
 How to read long unsigned int from a message. More...
 
struct  DataStream< char *, DataStreamMode::READ, short >
 How to read short from a message. More...
 
struct  DataStream< char *, DataStreamMode::READ, std::string >
 Specialisation to read std::string from a message. More...
 
struct  DataStream< char *, DataStreamMode::READ, unsigned char >
 How to read unsigned char from a message. More...
 
struct  DataStream< char *, DataStreamMode::READ, unsigned int >
 How to read unsigned int from a message. More...
 
struct  DataStream< char *, DataStreamMode::READ, unsigned short >
 How to read unsigned short from a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, bool >
 How to write bool in a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, char >
 How to write char in a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, double >
 How to write double in a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, float >
 How to write float in a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, int >
 How to write int in a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, long int >
 How to write long int in a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, long unsigned int >
 How to write long unsigned int in a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, short >
 How to write short in a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, std::string >
 Specialisation to write std::string into a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, unsigned char >
 How to write unsigned char in a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, unsigned int >
 How to write unsigned int in a message. More...
 
struct  DataStream< char *, DataStreamMode::WRITE, unsigned short >
 How to write unsigned short in a message. More...