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