Wildmeshing Toolkit
named_error_text.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <cstdint>
3
#include <optional>
4
#include <
wmtk/attribute/AttributeType.hpp
>
5
namespace
wmtk::components::multimesh::utils
{
6
struct
AttributeDescription;
7
}
8
namespace
wmtk::components::multimesh::utils::detail
{
9
std::string
make_named_error_string
(
10
const
std::string_view& path,
11
const
std::optional<uint8_t>& dimension,
12
const
std::optional<attribute::AttributeType>& type);
13
std::string
make_named_error_string
(
const
AttributeDescription& ad);
14
}
// namespace wmtk::components::multimesh::utils::detail
AttributeType.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
Definition:
AttributeDescription.cpp:18
components
multimesh
src
wmtk
components
multimesh
utils
detail
named_error_text.hpp
Generated by
1.9.1