Remote Call Framework 3.4
SF::OBinaryStream Class Reference

Output stream using SF binary serialization. More...

#include <OBinaryStream.hpp>

Inheritance diagram for SF::OBinaryStream:
SF::OStream

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 >
OStreamoperator<< (const T &t)
 Serialize an object to the stream. More...
 

Detailed Description

Output stream using SF binary serialization.

Constructor & Destructor Documentation

◆ OBinaryStream()

SF::OBinaryStream::OBinaryStream ( std::ostream &  os)

Constructs an OBinaryStream from a std::ostream. Serialized data will be written to the std::ostream.


The documentation for this class was generated from the following file: