A helper template class for writing (marshaling) and reading (unmarshaling) values to and from a stream of Slice-encoded bytes. More...
#include <Ice/Ice.h>
Static Public Member Functions | |
static void | print (std::ostream &stream, T v) |
Prints a value to the stream. | |
static void | read (InputStream *stream, T &v) |
Reads a value from the stream. | |
static void | write (OutputStream *stream, T v) |
Writes a value to the stream. |
A helper template class for writing (marshaling) and reading (unmarshaling) values to and from a stream of Slice-encoded bytes.
This helper also prints Slice-defined types.
T | The type of the value. |
st | The stream helper category. |
Definition at line 43 of file StreamHelpers.h.