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