ADTF
Loading...
Searching...
No Matches
stream.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  adtf::ucom::ant::cStream
 
struct  adtf::ucom::ant::ucom_type_streamer< T >
 
struct  adtf::ucom::ant::ucom_type_streamer< adtf_util::cString >
 
class  adtf::ucom::cStream
 
struct  adtf::ucom::ucom_type_streamer< T >
 

Namespaces

namespace  adtf
 Namespace for all functionality provided by ADTF and its SDKs.
 
namespace  adtf::ucom
 Namespace for the ADTF uCOM SDK.
 
namespace  adtf::ucom::ant
 Namespace for all functionality of the ADTF UCOM SDK provided since v3.0.
 

Functions

tResult adtf::ucom::ant::ucom_write_to_stream_buffer (IOutputStream &oOutStream, const void *pBuffer, size_t szBuffer, size_t &szCount)
 
tResult adtf::ucom::ant::ucom_write_to_stream_string (IOutputStream &oOutStream, const adtf_util::cString &strValue, size_t &szCount)
 
tResult adtf::ucom::ant::ucom_read_from_stream_buffer (const IInputStream &oInStream, void *pBuffer, size_t szBuffer, size_t &szCount)
 
tResult adtf::ucom::ant::ucom_read_from_stream_string (const IInputStream &oInStream, adtf_util::cString &strValue, size_t &szReadCount)
 
template<typename T>
tResult adtf::ucom::ant::ucom_write_to_stream (IOutputStream &oOutStream, const T &oValue, size_t &szCount)
 
template<typename T>
tResult adtf::ucom::ant::ucom_read_from_stream (const IInputStream &oInStream, T &oValue, size_t &szCount)
 
template<typename T>
IOutputStreamadtf::ucom::ant::operator<< (IOutputStream &oWriteStream, const T &oValue)
 
template<typename T>
const IInputStreamadtf::ucom::ant::operator>> (const IInputStream &oReadStream, T &oValue)
 
template<typename T>
tResult adtf::ucom::ucom_write_to_stream (IOutputStream &oOutStream, const T &oValue, size_t &szCount)
 
template<typename T>
tResult adtf::ucom::ucom_read_from_stream (const IInputStream &oInStream, T &oValue, size_t &szCount)
 
tResult adtf::ucom::ucom_write_to_stream_buffer (IOutputStream &oOutStream, const void *pBuffer, size_t szBuffer, size_t &szCount)
 
tResult adtf::ucom::ucom_read_from_stream_buffer (const IInputStream &oInStream, void *pBuffer, size_t szBuffer, size_t &szCount)
 
tResult adtf::ucom::ucom_write_to_stream_string (IOutputStream &oOutStream, const adtf_util::cString &strValue, size_t &szCount)
 
tResult adtf::ucom::ucom_read_from_stream_string (const IInputStream &oInStream, adtf_util::cString &strValue, size_t &szReadCount)
 

Detailed Description

Copyright © Audi Electronics Venture GmbH. All rights reserved