Dev Essential
Loading...
Searching...
No Matches
struct_element.h
Go to the documentation of this file.
1
14
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
22namespace ddl {
23
27typedef std::map<std::string, a_util::variant::Variant> AccessEnumType;
28
37
38} // namespace ddl
39
40#endif // 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