#include <iostream>
#include <ost/io/module_config.hh>
Go to the source code of this file.
Data Structures | |
class | BinaryDataSink |
struct | SerializeWriteHelper< false, T > |
struct | SerializeWriteHelper< true, T > |
Namespaces | |
namespace | ost |
namespace | ost::io |
namespace | 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) |