![]() |
|
PhoenixDataStream
1.0.0
Framework to save/load/serialize/deserialize data
|
#include "data_stream_include.h"
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... | |