#include <stream.h>

Public Member Functions | |
| InputOutputStream (std::shared_ptr< InputChannelType > input, std::shared_ptr< OutputChannelType > output) | |
Public Member Functions inherited from OpcUa::Binary::IStream< InputChannelType > | |
| IStream (std::shared_ptr< InputChannelType > channel) | |
| IStream (InputChannelType &channel) | |
| template<typename T > | |
| IStream & | operator>> (T &value) |
| virtual | ~IStream () |
Public Member Functions inherited from OpcUa::Binary::OStream< OutputChannelType > | |
| 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 |