|
| tResult | adtf::streaming::spider::is_equal (const ant::IStreamType &oLeftType, const ant::IStreamType &oRightType) |
| |
| template<typename T> |
| bool | adtf::streaming::ant::operator== (const IStreamType &oStreamType, T) |
| | The equality operator returns true only if the given oStreamType is an instance of the stream_meta_type in T. It will compare the unique meta type name.
|
| |
| template<typename T> |
| bool | adtf::streaming::ant::operator!= (const IStreamType &oStreamType, T oValue) |
| | The not-equality operator returns false only if the given oStreamType is not an instance of the stream_meta_type in T. It will compare the unique meta type name.
|
| |
| bool | adtf::streaming::ant::operator== (const IStreamType &oStreamTypeLeft, const IStreamType &oStreamTypeRight) |
| | The equality operator returns true only if the given oStreamTypeLeft has the exact same properties and property values as oStreamTypeRight. This works in both ways.
|
| |
| bool | adtf::streaming::ant::operator!= (const IStreamType &oStreamTypeLeft, const IStreamType &oStreamTypeRight) |
| | The not-equality operator returns false only if the given oStreamTypeLeft has the exact same properties and property values as oStreamTypeRight. This works in both ways.
|
| |
| template<typename VALUETYPE> |
| tResult | adtf::streaming::ant::set_property (IStreamType &oStreamType, const char *strNameOfValue, VALUETYPE oValue) |
| |
| tResult | adtf::streaming::ant::set_property (IStreamType &oStreamType, const char *strNameOfValue, const char *poValue) |
| |
| template<typename VALUETYPE> |
| VALUETYPE | adtf::streaming::ant::get_property (const IStreamType &oStreamType, const char *strNameOfValue, VALUETYPE oDefaultValue) |
| |
| template<typename VALUETYPE> |
| VALUETYPE | adtf::streaming::ant::get_property (const IStreamType &oStreamType, const char *strNameOfValue) |
| |
| tResult | adtf::streaming::flash::is_compatible (const ant::IStreamType &oCheckedType, const ant::IStreamType &oExpectedType) |
| |
| tResult | adtf::streaming::flash::is_compatible (const ucom::ant::iobject_ptr< const ant::IStreamType > &pCheckedType, const ucom::ant::iobject_ptr< const ant::IStreamType > &pExpectedType) |
| |
| tResult | adtf::streaming::flash::is_compatible (const ant::IStreamType &oCheckedType, const ucom::ant::iobject_ptr< const ant::IStreamType > &pExpectedType) |
| |
| tResult | adtf::streaming::flash::is_compatible (const ucom::ant::iobject_ptr< const ant::IStreamType > &pCheckedType, const ant::IStreamType &oExpectedType) |
| |
| template<typename T, typename std::enable_if_t< flash::is_stream_meta_type< T >::value, int > = 0> |
| bool | adtf::streaming::ant::operator== (const ucom::ant::iobject_ptr< const IStreamType > &pStreamType, const T &oValue) |
| | The equality operator returns true only if the given pStreamType is an instance of the stream_meta_type in T. It will compare the unique meta type name.
|
| |
| template<typename T, typename std::enable_if_t< flash::is_stream_meta_type< T >::value, int > = 0> |
| bool | adtf::streaming::ant::operator!= (const ucom::ant::iobject_ptr< const IStreamType > &pStreamType, const T &oValue) |
| | The equality operator returns true only if the given pStreamType is an instance of the stream_meta_type in T. It will compare the unique meta type name.
|
| |
| template<typename VALUETYPE> |
| VALUETYPE | adtf::streaming::get_property (const IStreamType &oStreamType, const char *strNameOfValue, VALUETYPE oDefaultValue) |
| |
| template<typename VALUETYPE> |
| tResult | adtf::streaming::set_property (IStreamType &oStreamType, const char *strNameOfValue, VALUETYPE oValue) |
| |
| tResult | adtf::streaming::is_compatible (const ant::IStreamType &oCheckedType, const ant::IStreamType &oExpectedType) |
| |
| tResult | adtf::streaming::is_equal (const ant::IStreamType &oLeftType, const ant::IStreamType &oRightType) |
| |
Copyright © Audi Electronics Venture GmbH. All rights reserved