|
tResult | ucom_write_to_stream_buffer (IOutputStream &oOutStream, const void *pBuffer, size_t szBuffer, size_t &szCount) |
|
tResult | ucom_write_to_stream_string (IOutputStream &oOutStream, const adtf_util::cString &strValue, size_t &szCount) |
|
tResult | ucom_read_from_stream_buffer (const IInputStream &oInStream, void *pBuffer, size_t szBuffer, size_t &szCount) |
|
tResult | ucom_read_from_stream_string (const IInputStream &oInStream, adtf_util::cString &strValue, size_t &szReadCount) |
|
template<typename T > |
tResult | ucom_write_to_stream (IOutputStream &oOutStream, const T &oValue, size_t &szCount) |
|
template<typename T > |
tResult | ucom_read_from_stream (const IInputStream &oInStream, T &oValue, size_t &szCount) |
|
template<typename T > |
IOutputStream & | operator<< (IOutputStream &oWriteStream, const T &oValue) |
|
template<typename T > |
const IInputStream & | operator>> (const IInputStream &oReadStream, T &oValue) |
|
Copyright © Audi Electronics Venture GmbH.
All rights reserved
Definition in file stream.h.