15#ifndef DD_DATA_MODEL_HEADER_H_INCLUDED
16#define DD_DATA_MODEL_HEADER_H_INCLUDED
25#include <unordered_map>
93 std::string author = {},
94 std::string date_creation = {},
95 std::string date_change = {},
96 std::string description = {},
97 const std::vector<ExtDeclaration>& ext_declarations = {});
203 const std::string& additional_info);
207 std::string _date_creation;
208 std::string _date_change;
209 std::string _description;
DDL Version.
Definition dd_common_types.h:203
observable KeyValuePair
Definition datamodel_keyvalue.h:33
Utility class for observable named items where the order is NOT important.
Definition access_map.h:79
ExtDeclaration access_type
Definition access_map.h:82
definition of the datamodel namespace
Definition datamodel_base.h:28
utility::ModelSubjectUtility< TYPE, ModelEventCode > ModelSubject
Subject template class that is observable.
Definition datamodel_base.h:187
TypeAccessMapEventCode
Internal event code to inform the parent DD Object about the change of an item within the list.
Definition access_map.h:37
definition of the dd namespace
Definition datamodel_base.h:26
definition of the ddl namespace
Definition codec.h:21