ADTF  3.18.4
ElementLayout

Layout defintion for one element with set array position. More...

Inheritance diagram for ElementLayout:
[legend]

Public Attributes

size_t array_pos = {}
 The array position of the element.
 
- Public Attributes inherited from ElementLayoutBase
PositionWithAlignedTypeSize deserialized = {}
 deserialized position.
 
PositionWithUsedBitsTypeSize serialized = {}
 serialized position.
 
ddl::dd::ByteOrder byte_order = {}
 Byte order of the element value.
 
size_t array_size = {}
 Array size of the element value.
 
size_t child_element_count = {}
 The child element count.
 
const CodecTypeInfotype_info = {}
 Pointer to the type_info.
 
const CodecConstantInfoconstant_info = {}
 Pointer to the constant_info if the value is a constant.
 
const CodecDefaultValueInfodefault_value_info = {}
 Pointer to the default_value_info if the value has a default value set.
 

Detailed Description

Layout defintion for one element with set array position.

Definition at line 118 of file codec_index.h.