|
| template<typename ElementsType> |
| void | adtf::mediadescription::osborn::for_each_leaf_element (ElementsType &oElements, const element_callback< ElementsType > &fnCallback) |
| | Iterates ALL leaf elements within ALL array elements.
|
| |
| template<typename T> |
| std::vector< tCodecIndex > | adtf::mediadescription::osborn::get_codec_indices (const T &oDecoderOrFactory) |
| | Get the codec indices object.
|
| |
| template<typename ElementsType> |
| void | adtf::mediadescription::osborn::for_each_element (ElementsType &oElements, const element_callback< ElementsType > &fnCallback) |
| | Iterates elements without array elements (also structures).
|
| |
| template<typename ElementsType> |
| void | adtf::mediadescription::osborn::for_each_element_infix (ElementsType &oElements, const element_callback< ElementsType > &fnLeafCallback, const element_control_callback< ElementsType > &fnEnterMemberCallback, const element_callback< ElementsType > &fnLeaveMemberCallback, const array_element_control_callback< ElementsType > &fnEnterArrayMemberCallback, const array_element_callback< ElementsType > &fnLeaveArrayMemberCallback) |
| | Iterates elements and array elements in a callback-controlled fashion.
|
| |
| template<typename T> |
| adtf_util::cVariant | adtf::mediadescription::osborn::get_value_as_variant (const T &oDecoder, const tCodecIndex &oCodecIndex) |
| | Get value as variant. This is for your convenience!
|
| |
| template<typename ElementsType> |
| void | adtf::mediadescription::quiet::for_each_element_infix (ElementsType &oElements, const ddl::dd::datamodel::StructType::Elements &oModelElements, const ddl::dd::datamodel::DataDefinition &oDataDefinition, const element_callback< ElementsType > &fnLeafCallback, const element_control_callback< ElementsType > &fnEnterMemberCallback, const element_callback< ElementsType > &fnLeaveMemberCallback, const array_element_control_callback< ElementsType > &fnEnterArrayMemberCallback, const array_element_callback< ElementsType > &fnLeaveArrayMemberCallback) |
| | Iterates elements and array elements in a callback-controlled fashion. This version also provides access to the corresponding elements in the data model. This can be used to access min/max and/or the element description.
|
| |
| template<typename ElementsType> |
| void | adtf::mediadescription::for_each_leaf_element (ElementsType &oElements, const element_callback< ElementsType > &fnCallback) |
| | Iterates ALL leaf elements within ALL array elements.
|
| |
| template<typename ElementsType> |
| void | adtf::mediadescription::for_each_element (ElementsType &oElements, const element_callback< ElementsType > &fnCallback) |
| | Iterates elements without array elements (also structures).
|
| |
| template<typename T> |
| adtf_util::cVariant | adtf::mediadescription::get_value_as_variant (const T &oDecoder, const tCodecIndex &oCodecIndex) |
| | Get value as variant. This is for your convenience!
|
| |
| template<typename T> |
| std::vector< tCodecIndex > | adtf::mediadescription::get_codec_indices (const T &oDecoderOrFactory) |
| | Get the codec indices object.
|
| |
| template<typename ElementsType> |
| void | adtf::mediadescription::for_each_element_infix (ElementsType &oElements, const element_callback< ElementsType > &fnLeafCallback, const element_control_callback< ElementsType > &fnEnterMemberCallback, const element_callback< ElementsType > &fnLeaveMemberCallback, const array_element_control_callback< ElementsType > &fnEnterArrayMemberCallback, const array_element_callback< ElementsType > &fnLeaveArrayMemberCallback) |
| | Iterates elements and array elements in a callback-controlled fashion.
|
| |
| template<typename ElementsType> |
| void | adtf::mediadescription::for_each_element_infix (ElementsType &oElements, const ddl::dd::datamodel::StructType::Elements &oModelElements, const ddl::dd::datamodel::DataDefinition &oDataDefinition, const element_callback< ElementsType > &fnLeafCallback, const element_control_callback< ElementsType > &fnEnterMemberCallback, const element_callback< ElementsType > &fnLeaveMemberCallback, const array_element_control_callback< ElementsType > &fnEnterArrayMemberCallback, const array_element_callback< ElementsType > &fnLeaveArrayMemberCallback) |
| | Iterates elements and array elements in a callback-controlled fashion. This version also provides access to the corresponding elements in the data model. This can be used to access min/max and/or the element description.
|
| |
Copyright © Audi Electronics Venture GmbH. All rights reserved