#include <ost/stdint.hh>#include <vector>#include <map>#include <boost/type_traits/is_pod.hpp>Go to the source code of this file.
Namespaces | |
| namespace | ost |
| namespace | ost::io |
Functions | |
| template<typename T > | |
| void | Serialize (BinaryDataSink &sink, const std::vector< T > &value) |
| template<typename T > | |
| void | Serialize (BinaryDataSource &source, std::vector< T > &value) |
| template<typename K , typename V > | |
| void | Serialize (BinaryDataSink &sink, const std::map< K, V > &value) |
| template<typename K , typename V > | |
| void | Serialize (BinaryDataSource &source, std::map< K, V > &value) |
1.6.1