Output stream using SF binary serialization. More...
#include <OBinaryStream.hpp>
Public Member Functions | |
| OBinaryStream (std::ostream &os) | |
| Constructs an OBinaryStream from a std::ostream. Serialized data will be written to the std::ostream. More... | |
Public Member Functions inherited from SF::OStream | |
| OStream (std::ostream &os, int runtimeVersion=0, int archiveVersion=0) | |
| Constructs an OStream from a std::ostream. Serialized data will be written to the std::ostream. More... | |
| int | getRuntimeVersion () |
| Gets the RCF runtime version associated with this stream. More... | |
| int | getArchiveVersion () |
| Gets the archive version associated with this stream. More... | |
| void | setArchiveVersion (int archiveVersion) |
| Sets the archive version associated with this stream. More... | |
| void | setRuntimeVersion (int runtimeVersion) |
| Sets the RCF runtime version associated with this stream. More... | |
| template<typename T > | |
| OStream & | operator<< (const T &t) |
| Serialize an object to the stream. More... | |
Output stream using SF binary serialization.
| SF::OBinaryStream::OBinaryStream | ( | std::ostream & | os | ) |
Constructs an OBinaryStream from a std::ostream. Serialized data will be written to the std::ostream.