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

Go to the source code of this file.

Classes

struct  DataStream< size_t, DataStreamMode::WRITE, bool >
 Specialisation to get the size of a bool. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, char >
 Specialisation to get the size of a char. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, double >
 Specialisation to get the size of a double. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, float >
 Specialisation to get the size of a float. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, int >
 Specialisation to get the size of a int. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, long int >
 Specialisation to get the size of a long int. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, long unsigned int >
 Specialisation to get the size of a long unsigned int. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, short >
 Specialisation to get the size of a short. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, std::list< T > >
 How to get size of a class. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, std::map< T, U > >
 How to get size of a class. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, std::pair< T, U > >
 How to get size of a class. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, std::string >
 Specialisation to get the size of a std::string. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, std::vector< T > >
 How to get size of a class. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, unsigned char >
 Specialisation to get the size of a unsigned char. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, unsigned int >
 Specialisation to get the size of a unsigned int. More...
 
struct  DataStream< size_t, DataStreamMode::WRITE, unsigned short >
 Specialisation to get the size of a unsigned short. More...