Ensure there are no relations in class diagram to excluded elements

This commit is contained in:
Bartek Kryza
2022-04-16 19:41:57 +02:00
parent 8d89f6ccf0
commit fb90108799
3 changed files with 165 additions and 52 deletions

View File

@@ -82,6 +82,7 @@ private:
protected:
ConfigType &m_config;
DiagramType &m_model;
mutable std::set<std::string> m_generated_aliases;
inja::json m_context;
mutable inja::Environment m_env;
};