ADTF  3.18.2
ucom_type_streamer< T >

Helper template for writing and reading types. More...

Static Public Member Functions

static tResult Write (IOutputStream &oOutStream, const T &oValue, size_t &szCount)
 
static tResult Read (const IInputStream &oInStream, T &oValue, size_t &szCount)
 

Detailed Description

template<typename T>
struct adtf::ucom::ant::ucom_type_streamer< T >

Helper template for writing and reading types.

Template Parameters
TType for specialization.

Definition at line 236 of file stream.h.