|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <optional>#include <string_view>

Go to the source code of this file.
Namespaces | |
| namespace | reusex |
| namespace | reusex::core |
Functions | |
| auto | reusex::core::to_string (Material value) -> std::string_view |
| Convert Material enum to its string identifier. | |
| auto | reusex::core::material_from_string (std::string_view str) -> std::optional< Material > |
| Parse a Material from its string identifier. | |
| auto | reusex::core::to_string (TriState value) -> std::string_view |
| Convert TriState enum to its string identifier. | |
| auto | reusex::core::tri_state_from_string (std::string_view str) -> std::optional< TriState > |
| Parse a TriState from its string identifier. | |
| auto | reusex::core::to_string (EmissionQuantityType value) -> std::string_view |
| Convert EmissionQuantityType enum to its string identifier. | |
| auto | reusex::core::emission_quantity_type_from_string (std::string_view str) -> std::optional< EmissionQuantityType > |
| Parse an EmissionQuantityType from its string identifier. | |
| auto | reusex::core::to_string (SubstanceContentMethod value) -> std::string_view |
| Convert SubstanceContentMethod enum to its string identifier. | |
| auto | reusex::core::substance_content_method_from_string (std::string_view str) -> std::optional< SubstanceContentMethod > |
| Parse a SubstanceContentMethod from its string identifier. | |
| auto | reusex::core::to_string (TransactionType value) -> std::string_view |
| Convert TransactionType enum to its string identifier. | |
| auto | reusex::core::transaction_type_from_string (std::string_view str) -> std::optional< TransactionType > |
| Parse a TransactionType from its string identifier. | |