#include <binary_data_sink.hh>
Public Member Functions | |
| BinaryDataSink (std::ostream &stream) | |
| template<typename SERIALIZABLE > | |
| BinaryDataSink & | operator<< (SERIALIZABLE object) |
| template<typename SERIALIZABLE > | |
| BinaryDataSink & | operator& (SERIALIZABLE object) |
| std::ostream & | Stream () |
| bool | IsSource () |
Definition at line 33 of file binary_data_sink.hh.
| BinaryDataSink | ( | std::ostream & | stream | ) | [inline] |
Definition at line 35 of file binary_data_sink.hh.
| bool IsSource | ( | ) | [inline] |
Definition at line 51 of file binary_data_sink.hh.
| BinaryDataSink& operator& | ( | SERIALIZABLE | object | ) | [inline] |
Definition at line 44 of file binary_data_sink.hh.
| BinaryDataSink& operator<< | ( | SERIALIZABLE | object | ) | [inline] |
Definition at line 39 of file binary_data_sink.hh.
| std::ostream& Stream | ( | ) | [inline] |
Definition at line 47 of file binary_data_sink.hh.
1.6.1