Fixed up to t00011

This commit is contained in:
Bartek Kryza
2022-07-21 23:47:12 +02:00
parent 673b08f027
commit b5b116a14d
10 changed files with 170 additions and 70 deletions

View File

@@ -60,6 +60,9 @@ public:
std::optional<std::reference_wrapper<const class_>> get_class(
const std::string &name) const;
std::optional<std::reference_wrapper<const class_>> get_class(
clanguml::common::model::diagram_element::id_t id) const;
std::optional<std::reference_wrapper<const enum_>> get_enum(
const std::string &name) const;