OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions
container_serialization.hh File Reference
#include <ost/stdint.hh>
#include <vector>
#include <map>
#include <boost/type_traits/is_pod.hpp>

Go to the source code of this file.

Namespaces

 ost
 
 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)