OpenStructure
Loading...
Searching...
No Matches
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
 

Namespaces

namespace  ost
 
namespace  ost::io
 
namespace  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)