15#ifndef DD_INFOMODEL_TYPE_H_INCLUDED
16#define DD_INFOMODEL_TYPE_H_INCLUDED
definition of the dd namespace
Definition datamodel_base.h:26
ValidationLevel
Validation level.
Definition dd_infomodel_type.h:66
@ dont_know
The validation is not known. This means it is not calculated yet. Use i.e. ddl::dd::DataDefinition::v...
Definition dd_infomodel_type.h:71
@ valid
every thing is well defined.
Definition dd_infomodel_type.h:95
@ good_enough
Structs and elements can be "good_enough" for the TypeInfo. This means the Coder and Decoder can calc...
Definition dd_infomodel_type.h:91
@ invalid
the validation level is invalid, dependencies can not be obtained or the dependency "to" is invalid (...
Definition dd_infomodel_type.h:77
InfoType
The Info model type defines the kind of infomodel and interface.
Definition dd_infomodel_type.h:28
@ element_type_info
Element Type Info.
Definition dd_infomodel_type.h:44
@ additional_compatible_members
due to binary compatibility the InfoMap is used as pimpl object if necessary
Definition dd_infomodel_type.h:60
@ last_info
for customer info (use a offset to implement own infos if necessary)
Definition dd_infomodel_type.h:52
@ validation_info
Validation Info.
Definition dd_infomodel_type.h:32
@ type_info
Type Info.
Definition dd_infomodel_type.h:40
@ validation_service_info
Validation Info Service.
Definition dd_infomodel_type.h:36
@ named_container_info
internal type
Definition dd_infomodel_type.h:48
@ last_info_last_index
last valid customer info (values above are used internally)
Definition dd_infomodel_type.h:56
definition of the ddl namespace
Definition codec.h:21