| aas-core3 1.0.0
    Manipulate, verify and de/serialize asset administration shells in C++. | 
| Namespaces | |
| namespace | aas_core::aas_3_0::stringification | 
| common::optional< types::AasSubmodelElements > aas_core::aas_3_0::stringification::AasSubmodelElementsFromString | ( | const std::string & | 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_0::stringification::AssetKindFromString | ( | const std::string & | text | ) | 
Try to parse the text as a literal of types::AssetKind.
| text | to be parsed | 
text invalid | common::expected< std::vector< std::uint8_t >, std::string > aas_core::aas_3_0::stringification::Base64Decode | ( | const std::string & | text | ) | 
Decode the the text with base64 to bytes.
| text | to be decoded | 
| std::string aas_core::aas_3_0::stringification::Base64Encode | ( | const std::vector< std::uint8_t > & | bytes | ) | 
Encode the bytes with base64 to a std::string.
| bytes | to be encoded | 
bytes | common::optional< types::DataTypeDefXsd > aas_core::aas_3_0::stringification::DataTypeDefXsdFromString | ( | const std::string & | 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_0::stringification::DataTypeIec61360FromString | ( | const std::string & | 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_0::stringification::DirectionFromString | ( | const std::string & | 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_0::stringification::EntityTypeFromString | ( | const std::string & | 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_0::stringification::KeyTypesFromString | ( | const std::string & | 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_0::stringification::ModellingKindFromString | ( | const std::string & | 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_0::stringification::ModelTypeFromString | ( | const std::string & | text | ) | 
Try to parse the text as a model type literal.
| text | to be parsed | 
text invalid | types::AasSubmodelElements aas_core::aas_3_0::stringification::MustAasSubmodelElementsFromString | ( | const std::string & | text | ) | 
Parse the text as a literal of types::AasSubmodelElements.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| types::AssetKind aas_core::aas_3_0::stringification::MustAssetKindFromString | ( | const std::string & | text | ) | 
Parse the text as a literal of types::AssetKind.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| types::DataTypeDefXsd aas_core::aas_3_0::stringification::MustDataTypeDefXsdFromString | ( | const std::string & | text | ) | 
Parse the text as a literal of types::DataTypeDefXsd.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| types::DataTypeIec61360 aas_core::aas_3_0::stringification::MustDataTypeIec61360FromString | ( | const std::string & | text | ) | 
Parse the text as a literal of types::DataTypeIec61360.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| types::Direction aas_core::aas_3_0::stringification::MustDirectionFromString | ( | const std::string & | text | ) | 
Parse the text as a literal of types::Direction.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| types::EntityType aas_core::aas_3_0::stringification::MustEntityTypeFromString | ( | const std::string & | text | ) | 
Parse the text as a literal of types::EntityType.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| types::KeyTypes aas_core::aas_3_0::stringification::MustKeyTypesFromString | ( | const std::string & | text | ) | 
Parse the text as a literal of types::KeyTypes.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| types::ModellingKind aas_core::aas_3_0::stringification::MustModellingKindFromString | ( | const std::string & | text | ) | 
Parse the text as a literal of types::ModellingKind.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| types::ModelType aas_core::aas_3_0::stringification::MustModelTypeFromString | ( | const std::string & | text | ) | 
Parse the text as a model type literal.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| types::QualifierKind aas_core::aas_3_0::stringification::MustQualifierKindFromString | ( | const std::string & | text | ) | 
Parse the text as a literal of types::QualifierKind.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| types::ReferenceTypes aas_core::aas_3_0::stringification::MustReferenceTypesFromString | ( | const std::string & | text | ) | 
Parse the text as a literal of types::ReferenceTypes.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| types::StateOfEvent aas_core::aas_3_0::stringification::MustStateOfEventFromString | ( | const std::string & | text | ) | 
Parse the text as a literal of types::StateOfEvent.
| text | to be parsed | 
| std::invalid_argument | if textinvalid | 
| common::optional< types::QualifierKind > aas_core::aas_3_0::stringification::QualifierKindFromString | ( | const std::string & | 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_0::stringification::ReferenceTypesFromString | ( | const std::string & | 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_0::stringification::StateOfEventFromString | ( | const std::string & | text | ) | 
Try to parse the text as a literal of types::StateOfEvent.
| text | to be parsed | 
text invalid | std::string aas_core::aas_3_0::stringification::to_string | ( | types::AasSubmodelElements | literal | ) | 
Translate the enumeration literal literal of types::AasSubmodelElements to text.
| literal | to be converted into text | 
literal | std::invalid_argument | if literalinvalid | 
| std::string aas_core::aas_3_0::stringification::to_string | ( | types::AssetKind | literal | ) | 
Translate the enumeration literal literal of types::AssetKind to text.
| literal | to be converted into text | 
literal | std::invalid_argument | if literalinvalid | 
| std::string aas_core::aas_3_0::stringification::to_string | ( | types::DataTypeDefXsd | literal | ) | 
Translate the enumeration literal literal of types::DataTypeDefXsd to text.
| literal | to be converted into text | 
literal | std::invalid_argument | if literalinvalid | 
| std::string aas_core::aas_3_0::stringification::to_string | ( | types::DataTypeIec61360 | literal | ) | 
Translate the enumeration literal literal of types::DataTypeIec61360 to text.
| literal | to be converted into text | 
literal | std::invalid_argument | if literalinvalid | 
| std::string aas_core::aas_3_0::stringification::to_string | ( | types::Direction | literal | ) | 
Translate the enumeration literal literal of types::Direction to text.
| literal | to be converted into text | 
literal | std::invalid_argument | if literalinvalid | 
| std::string aas_core::aas_3_0::stringification::to_string | ( | types::EntityType | literal | ) | 
Translate the enumeration literal literal of types::EntityType to text.
| literal | to be converted into text | 
literal | std::invalid_argument | if literalinvalid | 
| std::string aas_core::aas_3_0::stringification::to_string | ( | types::KeyTypes | literal | ) | 
Translate the enumeration literal literal of types::KeyTypes to text.
| literal | to be converted into text | 
literal | std::invalid_argument | if literalinvalid | 
| std::string aas_core::aas_3_0::stringification::to_string | ( | types::ModellingKind | literal | ) | 
Translate the enumeration literal literal of types::ModellingKind to text.
| literal | to be converted into text | 
literal | std::invalid_argument | if literalinvalid | 
| std::string aas_core::aas_3_0::stringification::to_string | ( | 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_typeinvalid | 
| std::string aas_core::aas_3_0::stringification::to_string | ( | types::QualifierKind | literal | ) | 
Translate the enumeration literal literal of types::QualifierKind to text.
| literal | to be converted into text | 
literal | std::invalid_argument | if literalinvalid | 
| std::string aas_core::aas_3_0::stringification::to_string | ( | types::ReferenceTypes | literal | ) | 
Translate the enumeration literal literal of types::ReferenceTypes to text.
| literal | to be converted into text | 
literal | std::invalid_argument | if literalinvalid | 
| std::string aas_core::aas_3_0::stringification::to_string | ( | types::StateOfEvent | literal | ) | 
Translate the enumeration literal literal of types::StateOfEvent to text.
| literal | to be converted into text | 
literal | std::invalid_argument | if literalinvalid |