ADTF  3.18.3
workspace/conan/dev_essential/1.3.4/dw/stable/package/aef85909f792a5a628750d25016a24323084963f/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.