Information about an element accessible with a decoder or codec. More...
#include <struct_element.h>
Public Attributes | |
A_UTILS_NS::cString | strName |
The full name of the element. | |
A_UTILS_NS::tVariantType | eType |
The type of the element. | |
const tEnum * | pEnum |
pointer to an enum, can be nullptr. | |
Information about an element accessible with a decoder or codec.
Definition at line 48 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/extern/pkg_ddl/include/adtfddl/codec/struct_element.h.
A_UTILS_NS::tVariantType eType |
The type of the element.
Definition at line 51 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/extern/pkg_ddl/include/adtfddl/codec/struct_element.h.
const tEnum* pEnum |
pointer to an enum, can be nullptr.
Definition at line 52 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/extern/pkg_ddl/include/adtfddl/codec/struct_element.h.
A_UTILS_NS::cString strName |
The full name of the element.
Definition at line 50 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/extern/pkg_ddl/include/adtfddl/codec/struct_element.h.