ADTF  3.18.2
workspace/conan/dev_essential/1.3.3/dw/stable/package/37682420cd166e229516a41c8d6a139a0b13e1e1/include/ddl/codec/legacy/struct_element.h
Go to the documentation of this file.
1 
15 #ifndef DDL_STRUCT_ELEMENT_LEGACY_CLASS_HEADER
16 #define DDL_STRUCT_ELEMENT_LEGACY_CLASS_HEADER
17 
18 #include <a_util/variant.h>
19 
20 #include <map>
21 
22 namespace ddl {
23 
27 typedef std::map<std::string, a_util::variant::Variant> AccessEnumType;
28 
32 struct StructElement {
33  std::string name;
36 };
37 
38 } // namespace ddl
39 
40 #endif // DDL_STRUCT_ELEMENT_LEGACY_CLASS_HEADER
std::map< std::string, a_util::variant::Variant > AccessEnumType
Typedef for enumerations name -> value.
Common include for component a_util::variant.