Fixed handling of class forward declarations

This commit is contained in:
Bartek Kryza
2021-03-30 22:42:01 +02:00
parent d25a252212
commit 6b0bae3790
2 changed files with 41 additions and 27 deletions

View File

@@ -112,7 +112,8 @@ public:
cppast::cpp_access_specifier_kind as);
void process_function_parameter(const cppast::cpp_function_parameter &param,
clanguml::model::class_diagram::class_method &m);
clanguml::model::class_diagram::class_method &m,
clanguml::model::class_diagram::class_ &c);
void find_relationships(const cppast::cpp_type &t,
std::vector<std::pair<std::string,