19 #ifndef INCLUDE_SF_OBINARYSTREAM_HPP 20 #define INCLUDE_SF_OBINARYSTREAM_HPP 22 #include <SF/Stream.hpp> 40 I_Encoding &getEncoding()
46 EncodingBinaryPortable mEncoding;
51 #endif // ! INCLUDE_SF_OBINARYSTREAM_HPP Output stream using SF binary serialization.
Definition: OBinaryStream.hpp:27
Definition: ByteBuffer.hpp:189
Base class for output streams using SF serialization. Use operator <<() to serialize objects into the...
Definition: Stream.hpp:236
OBinaryStream(std::ostream &os)
Constructs an OBinaryStream from a std::ostream. Serialized data will be written to the std::ostream...
Definition: OBinaryStream.hpp:37