1#ifndef AAS_CORE_AAS_3_1_WSTRINGIFICATION_GUARD_
2#define AAS_CORE_AAS_3_1_WSTRINGIFICATION_GUARD_
10#pragma warning(push, 0)
22namespace wstringification {
31 const std::wstring& text
42 const std::wstring& text
64 const std::wstring& text
76 const std::wstring& text
99 const std::wstring& text
111 const std::wstring& text
134 const std::wstring& text
146 const std::wstring& text
169 const std::wstring& text
181 const std::wstring& text
204 const std::wstring& text
216 const std::wstring& text
239 const std::wstring& text
251 const std::wstring& text
274 const std::wstring& text
286 const std::wstring& text
309 const std::wstring& text
321 const std::wstring& text
344 const std::wstring& text
356 const std::wstring& text
379 const std::wstring& text
391 const std::wstring& text
414 const std::wstring& text
426 const std::wstring& text
EntityType
Enumeration for denoting whether an entity is a self-managed entity or a co-managed entity.
Definition types.hpp:140
KeyTypes
Enumeration of different key value types within a key.
Definition types.hpp:182
DataTypeDefXsd
Enumeration listing all XSD anySimpleTypes.
Definition types.hpp:233
AasSubmodelElements
Enumeration of all possible elements of a ISubmodelElementList.
Definition types.hpp:118
ModellingKind
Enumeration for denoting whether an element is a template or an instance.
Definition types.hpp:75
ReferenceTypes
Reference types.
Definition types.hpp:174
DataTypeIec61360
Definition types.hpp:266
StateOfEvent
State of an event.
Definition types.hpp:166
QualifierKind
Enumeration for kinds of qualifiers.
Definition types.hpp:88
AssetKind
Enumeration for denoting whether an asset is a type asset or an instance asset or is a role or whethe...
Definition types.hpp:106
Direction
Direction.
Definition types.hpp:155
ModelType
Definition types.hpp:33
common::optional< types::StateOfEvent > StateOfEventFromWstring(const std::wstring &text)
common::optional< types::AasSubmodelElements > AasSubmodelElementsFromWstring(const std::wstring &text)
types::ReferenceTypes MustReferenceTypesFromWstring(const std::wstring &text)
common::optional< types::DataTypeDefXsd > DataTypeDefXsdFromWstring(const std::wstring &text)
common::optional< types::ModellingKind > ModellingKindFromWstring(const std::wstring &text)
std::wstring to_wstring(types::ModelType model_type)
types::AssetKind MustAssetKindFromWstring(const std::wstring &text)
types::KeyTypes MustKeyTypesFromWstring(const std::wstring &text)
types::Direction MustDirectionFromWstring(const std::wstring &text)
common::optional< types::EntityType > EntityTypeFromWstring(const std::wstring &text)
common::optional< types::Direction > DirectionFromWstring(const std::wstring &text)
common::optional< types::DataTypeIec61360 > DataTypeIec61360FromWstring(const std::wstring &text)
types::DataTypeIec61360 MustDataTypeIec61360FromWstring(const std::wstring &text)
common::optional< types::KeyTypes > KeyTypesFromWstring(const std::wstring &text)
common::optional< types::ReferenceTypes > ReferenceTypesFromWstring(const std::wstring &text)
common::optional< types::ModelType > ModelTypeFromWstring(const std::wstring &text)
types::AasSubmodelElements MustAasSubmodelElementsFromWstring(const std::wstring &text)
types::DataTypeDefXsd MustDataTypeDefXsdFromWstring(const std::wstring &text)
types::EntityType MustEntityTypeFromWstring(const std::wstring &text)
types::QualifierKind MustQualifierKindFromWstring(const std::wstring &text)
types::ModelType MustModelTypeFromWstring(const std::wstring &text)
types::ModellingKind MustModellingKindFromWstring(const std::wstring &text)
common::optional< types::AssetKind > AssetKindFromWstring(const std::wstring &text)
types::StateOfEvent MustStateOfEventFromWstring(const std::wstring &text)
common::optional< types::QualifierKind > QualifierKindFromWstring(const std::wstring &text)