OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Namespaces | Functions
binary_data_sink.hh File Reference
#include <iostream>
#include <ost/io/module_config.hh>

Go to the source code of this file.

Data Structures

class  BinaryDataSink
 
struct  SerializeWriteHelper< B, T >
 
struct  SerializeWriteHelper< false, T >
 
struct  SerializeWriteHelper< true, T >
 

Namespaces

 ost
 
 ost::io
 
 ost::io::detail
 

Functions

template<typename T >
void Serialize (BinaryDataSink &sink, const T &value)
 
void RawSerialize (BinaryDataSink &sink, char *value, size_t size)
 
void Serialize (BinaryDataSink &sink, const String &str)