PhoenixInkscape  2.0.0
Generate multiple png files with svg inkscape files
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, 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...