|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "materialepas_property_types.hpp"#include <array>#include <cstddef>#include "materialepas_types.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | reusex |
| namespace | reusex::core |
| namespace | reusex::core::traits |
| namespace | reusex::core::traits::detail |
Functions | |
| template<typename T> | |
| constexpr PropertyDescriptor | reusex::core::traits::detail::make_property (const char *field_name, const char *leksikon_guid, const char *json_name, PropertyType type, size_t field_offset) noexcept |
| Create a simple property descriptor (non-nested). | |
| template<typename T, typename NestedT> | |
| constexpr PropertyDescriptor | reusex::core::traits::detail::make_nested_property (const char *field_name, const char *json_name, size_t field_offset) noexcept |
| Create a nested object array property descriptor. | |