OpenStructure
Public Member Functions
BinaryDataSink Class Reference

#include <binary_data_sink.hh>

Public Member Functions

 BinaryDataSink (std::ostream &stream)
 
template<typename SERIALIZABLE >
BinaryDataSinkoperator<< (SERIALIZABLE object)
 
template<typename SERIALIZABLE >
BinaryDataSinkoperator& (SERIALIZABLE object)
 
std::ostream & Stream ()
 
bool IsSource ()
 

Detailed Description

Definition at line 33 of file binary_data_sink.hh.

Constructor & Destructor Documentation

◆ BinaryDataSink()

BinaryDataSink ( std::ostream &  stream)
inline

Definition at line 35 of file binary_data_sink.hh.

Member Function Documentation

◆ IsSource()

bool IsSource ( )
inline

Definition at line 51 of file binary_data_sink.hh.

◆ operator&()

BinaryDataSink& operator& ( SERIALIZABLE  object)
inline

Definition at line 44 of file binary_data_sink.hh.

◆ operator<<()

BinaryDataSink& operator<< ( SERIALIZABLE  object)
inline

Definition at line 39 of file binary_data_sink.hh.

◆ Stream()

std::ostream& Stream ( )
inline

Definition at line 47 of file binary_data_sink.hh.


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