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