Added generation of packages in class diagrams

This commit is contained in:
Bartek Kryza
2022-02-24 22:16:50 +01:00
parent 8854f764a5
commit fe3c4aedf1
4 changed files with 90 additions and 32 deletions

View File

@@ -69,9 +69,14 @@ public:
std::string full_name(bool relative = true) const override;
std::string full_name_no_ns() const;
bool is_abstract() const;
private:
std::ostringstream &render_template_params(
std::ostringstream &ostr) const;
bool is_struct_{false};
bool is_template_{false};
bool is_template_instantiation_{false};