|
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< false, T > |
| struct | SerializeHelper< true, T > |
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) |
1.8.1.1