#include <stream.h>
Public Member Functions | |
InputOutputStream (std::shared_ptr< InputChannelType > input, std::shared_ptr< OutputChannelType > output) | |
![]() | |
IStream (std::shared_ptr< InputChannelType > channel) | |
IStream (InputChannelType &channel) | |
template<typename T > | |
IStream & | operator>> (T &value) |
virtual | ~IStream () |
![]() | |
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 () |
|
inline |