Wildmeshing Toolkit
attribute_missing_error.cpp
Go to the documentation of this file.
1
#include "
attribute_missing_error.hpp
"
2
#include "
named_error_text.hpp
"
3
namespace
wmtk::components::multimesh::utils::detail
{
4
5
std::string
attribute_missing_error::make_message
(
const
AttributeDescription
& ad)
6
{
7
return
"Could not find attribute "
+
make_named_error_string
(ad);
8
}
9
}
// namespace wmtk::components::multimesh::utils::detail
attribute_missing_error.hpp
wmtk::components::multimesh::utils::detail::attribute_missing_error::make_message
static std::string make_message(const AttributeDescription &description)
Definition:
attribute_missing_error.cpp:5
named_error_text.hpp
wmtk::components::multimesh::utils::detail
Definition:
attribute_ambiguous_error.cpp:8
wmtk::components::multimesh::utils::detail::make_named_error_string
std::string make_named_error_string(const std::string_view &path, const std::optional< uint8_t > &dimension, const std::optional< attribute::AttributeType > &type)
Definition:
named_error_text.cpp:10
wmtk::components::multimesh::utils::AttributeDescription
Definition:
AttributeDescription.hpp:17
components
multimesh
src
wmtk
components
multimesh
utils
detail
attribute_missing_error.cpp
Generated by
1.9.1