Ice 3.9
C++ API Reference
Loading...
Searching...
No Matches

◆ decode()

template<typename T, typename E>
T DataStorm::Decoder< T, E >::decode ( const Ice::CommunicatorPtr & communicator,
const Ice::ByteSeq & value )
static

Decodes a value.

This method decodes the given byte sequence and returns the resulting value.

Parameters
communicatorThe communicator associated with the node.
valueThe byte sequence to decode.
Returns
The resulting value.

Definition at line 211 of file Types.h.