15#ifndef DDL_STRUCT_ELEMENT_LEGACY_CLASS_HEADER
16#define DDL_STRUCT_ELEMENT_LEGACY_CLASS_HEADER
VariantType
Enumeration of supported Variant types.
Definition variant.h:25
definition of the ddl namespace
Definition codec.h:21
std::map< std::string, a_util::variant::Variant > AccessEnumType
Definition struct_element.h:27
Definition struct_element.h:32
const AccessEnumType * p_enum
pointer to an enum, can be NULL.
Definition struct_element.h:35
std::string name
The full name of the element.
Definition struct_element.h:33
a_util::variant::VariantType type
The type of the element.
Definition struct_element.h:34