#include <stream.h>
Public Member Functions | |
void | Flush () |
template<typename T > | |
OStream & | operator<< (const T &value) |
OStream & | operator<< (OStream &(*pf)(OStream &out)) |
OStream (std::shared_ptr< OutputChannelType > channel) | |
OStream (OutputChannelType &channel) | |
virtual | ~OStream () |
Private Attributes | |
std::shared_ptr< OutputChannelType > | Holder |
OutputChannelType & | Out |
DataSerializer | Serializer |
|
inlineexplicit |
|
inlineexplicit |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |