40template<
typename AccessType>
66 return access.GetElement(full_element_name);
79 return access.GetChildElement(parent_index, element_path);
90 return access.GetElement(index);
101 return access.GetElementChildCount(index);
115 return access.GetElementFullName(index);
128 return access.GetElementName(index);
142 return access.GetElementBaseName(index);
156 return access.template GetElementValue<T>(index);
167 return access.GetElementVariantValue(index);
179 return access.GetElementStringValue(index);
191 access.GetElementRawValue(index, value, value_size);
202 return access.GetElementAddress(index);
214 return access.Resolve(index);
223template<
typename AccessType>
249 return access.GetElement(full_element_name);
262 return access.GetChildElement(parent_index, element_path);
273 return access.GetElement(index);
287 access.template SetElementValue<T>(index, value);
298 access.SetElementVariantValue(index, value);
309 access.SetElementStringValue(index, value);
322 access.SetElementRawValue(index, value, value_size);
333 return access.GetElementAddress(index);
342template<
typename AccessType>
368 return access.GetElement(full_element_name);
381 return access.GetChildElement(parent_index, element_path);
392 return access.GetElement(index);
404 return access.GetElementChildCount(index);
418 return access.GetElementFullName(index);
431 return access.GetElementName(index);
445 return access.GetElementBaseName(index);
457 return access.Resolve(index);
A CodecElement to get and set values.
Definition codec_iterator.h:1221
Definition codec_index.h:276
A DecoderElement to get values.
Definition codec_iterator.h:969
A FactoryElement.
Definition codec_iterator.h:560
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14