![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
#include "data_stream_include.h"
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... | |