|
aas-core3.1 0.0.1-alpha.1
Manipulate, verify and de/serialize asset administration shells V3.1 in C++.
|
| common::optional< types::AasSubmodelElements > aas_core::aas_3_1::wstringification::AasSubmodelElementsFromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a literal of types::AasSubmodelElements.
| text | to be parsed |
text invalid | common::optional< types::AssetKind > aas_core::aas_3_1::wstringification::AssetKindFromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a literal of types::AssetKind.
| text | to be parsed |
text invalid | common::optional< types::DataTypeDefXsd > aas_core::aas_3_1::wstringification::DataTypeDefXsdFromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a literal of types::DataTypeDefXsd.
| text | to be parsed |
text invalid | common::optional< types::DataTypeIec61360 > aas_core::aas_3_1::wstringification::DataTypeIec61360FromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a literal of types::DataTypeIec61360.
| text | to be parsed |
text invalid | common::optional< types::Direction > aas_core::aas_3_1::wstringification::DirectionFromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a literal of types::Direction.
| text | to be parsed |
text invalid | common::optional< types::EntityType > aas_core::aas_3_1::wstringification::EntityTypeFromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a literal of types::EntityType.
| text | to be parsed |
text invalid | common::optional< types::KeyTypes > aas_core::aas_3_1::wstringification::KeyTypesFromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a literal of types::KeyTypes.
| text | to be parsed |
text invalid | common::optional< types::ModellingKind > aas_core::aas_3_1::wstringification::ModellingKindFromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a literal of types::ModellingKind.
| text | to be parsed |
text invalid | common::optional< types::ModelType > aas_core::aas_3_1::wstringification::ModelTypeFromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a model type literal.
| text | to be parsed |
text invalid | types::AasSubmodelElements aas_core::aas_3_1::wstringification::MustAasSubmodelElementsFromWstring | ( | const std::wstring & | text | ) |
Parse the text as a literal of types::AasSubmodelElements.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| types::AssetKind aas_core::aas_3_1::wstringification::MustAssetKindFromWstring | ( | const std::wstring & | text | ) |
Parse the text as a literal of types::AssetKind.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| types::DataTypeDefXsd aas_core::aas_3_1::wstringification::MustDataTypeDefXsdFromWstring | ( | const std::wstring & | text | ) |
Parse the text as a literal of types::DataTypeDefXsd.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| types::DataTypeIec61360 aas_core::aas_3_1::wstringification::MustDataTypeIec61360FromWstring | ( | const std::wstring & | text | ) |
Parse the text as a literal of types::DataTypeIec61360.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| types::Direction aas_core::aas_3_1::wstringification::MustDirectionFromWstring | ( | const std::wstring & | text | ) |
Parse the text as a literal of types::Direction.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| types::EntityType aas_core::aas_3_1::wstringification::MustEntityTypeFromWstring | ( | const std::wstring & | text | ) |
Parse the text as a literal of types::EntityType.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| types::KeyTypes aas_core::aas_3_1::wstringification::MustKeyTypesFromWstring | ( | const std::wstring & | text | ) |
Parse the text as a literal of types::KeyTypes.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| types::ModellingKind aas_core::aas_3_1::wstringification::MustModellingKindFromWstring | ( | const std::wstring & | text | ) |
Parse the text as a literal of types::ModellingKind.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| types::ModelType aas_core::aas_3_1::wstringification::MustModelTypeFromWstring | ( | const std::wstring & | text | ) |
Parse the text as a model type literal.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| types::QualifierKind aas_core::aas_3_1::wstringification::MustQualifierKindFromWstring | ( | const std::wstring & | text | ) |
Parse the text as a literal of types::QualifierKind.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| types::ReferenceTypes aas_core::aas_3_1::wstringification::MustReferenceTypesFromWstring | ( | const std::wstring & | text | ) |
Parse the text as a literal of types::ReferenceTypes.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| types::StateOfEvent aas_core::aas_3_1::wstringification::MustStateOfEventFromWstring | ( | const std::wstring & | text | ) |
Parse the text as a literal of types::StateOfEvent.
| text | to be parsed |
| std::invalid_argument | if text invalid |
| common::optional< types::QualifierKind > aas_core::aas_3_1::wstringification::QualifierKindFromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a literal of types::QualifierKind.
| text | to be parsed |
text invalid | common::optional< types::ReferenceTypes > aas_core::aas_3_1::wstringification::ReferenceTypesFromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a literal of types::ReferenceTypes.
| text | to be parsed |
text invalid | common::optional< types::StateOfEvent > aas_core::aas_3_1::wstringification::StateOfEventFromWstring | ( | const std::wstring & | text | ) |
Try to parse the text as a literal of types::StateOfEvent.
| text | to be parsed |
text invalid | std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::AasSubmodelElements | literal | ) |
Translate the enumeration literal literal of types::AasSubmodelElements to text.
| literal | to be converted into text |
literal | std::invalid_argument | if literal invalid |
| std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::AssetKind | literal | ) |
Translate the enumeration literal literal of types::AssetKind to text.
| literal | to be converted into text |
literal | std::invalid_argument | if literal invalid |
| std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::DataTypeDefXsd | literal | ) |
Translate the enumeration literal literal of types::DataTypeDefXsd to text.
| literal | to be converted into text |
literal | std::invalid_argument | if literal invalid |
| std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::DataTypeIec61360 | literal | ) |
Translate the enumeration literal literal of types::DataTypeIec61360 to text.
| literal | to be converted into text |
literal | std::invalid_argument | if literal invalid |
| std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::Direction | literal | ) |
Translate the enumeration literal literal of types::Direction to text.
| literal | to be converted into text |
literal | std::invalid_argument | if literal invalid |
| std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::EntityType | literal | ) |
Translate the enumeration literal literal of types::EntityType to text.
| literal | to be converted into text |
literal | std::invalid_argument | if literal invalid |
| std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::KeyTypes | literal | ) |
Translate the enumeration literal literal of types::KeyTypes to text.
| literal | to be converted into text |
literal | std::invalid_argument | if literal invalid |
| std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::ModellingKind | literal | ) |
Translate the enumeration literal literal of types::ModellingKind to text.
| literal | to be converted into text |
literal | std::invalid_argument | if literal invalid |
| std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::ModelType | model_type | ) |
Translate the enumeration literal model_type to text.
| model_type | to be converted into text |
model_type | std::invalid_argument | if model_type invalid |
| std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::QualifierKind | literal | ) |
Translate the enumeration literal literal of types::QualifierKind to text.
| literal | to be converted into text |
literal | std::invalid_argument | if literal invalid |
| std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::ReferenceTypes | literal | ) |
Translate the enumeration literal literal of types::ReferenceTypes to text.
| literal | to be converted into text |
literal | std::invalid_argument | if literal invalid |
| std::wstring aas_core::aas_3_1::wstringification::to_wstring | ( | types::StateOfEvent | literal | ) |
Translate the enumeration literal literal of types::StateOfEvent to text.
| literal | to be converted into text |
literal | std::invalid_argument | if literal invalid |