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

Go to the source code of this file.

Data Structures

class  BinaryDataSource
 
struct  SerializeHelper< B, T >
 
struct  SerializeHelper< false, T >
 
struct  SerializeHelper< true, T >
 

Namespaces

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

Functions

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