Information about an element accessible with a decoder or codec. More...
#include <struct_element.h>
Public Attributes | |
std::string | name |
The full name of the element. | |
a_util::variant::VariantType | type |
The type of the element. | |
const AccessEnumType * | p_enum |
pointer to an enum, can be NULL. | |
Information about an element accessible with a decoder or codec.
Definition at line 32 of file workspace/conan/dev_essential/1.5.0/dw/stable/package/aef85909f792a5a628750d25016a24323084963f/include/ddl/codec/legacy/struct_element.h.
std::string name |
The full name of the element.
Definition at line 33 of file workspace/conan/dev_essential/1.5.0/dw/stable/package/aef85909f792a5a628750d25016a24323084963f/include/ddl/codec/legacy/struct_element.h.
Referenced by ddl::access_element::findArrayEndIndex(), and ddl::access_element::findIndex().
const AccessEnumType* p_enum |
pointer to an enum, can be NULL.
Definition at line 35 of file workspace/conan/dev_essential/1.5.0/dw/stable/package/aef85909f792a5a628750d25016a24323084963f/include/ddl/codec/legacy/struct_element.h.
The type of the element.
Definition at line 34 of file workspace/conan/dev_essential/1.5.0/dw/stable/package/aef85909f792a5a628750d25016a24323084963f/include/ddl/codec/legacy/struct_element.h.