Added basic friendship relationship handling
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
#include <clang-c/CXCompilationDatabase.h>
|
||||
#include <clang-c/Index.h>
|
||||
#include <cppast/cpp_friend.hpp>
|
||||
#include <cppast/cpp_member_function.hpp>
|
||||
#include <cppast/cpp_member_variable.hpp>
|
||||
#include <cppast/cpp_template_parameter.hpp>
|
||||
@@ -126,6 +127,9 @@ public:
|
||||
const cppast::cpp_template_template_parameter &t,
|
||||
clanguml::model::class_diagram::class_ &parent);
|
||||
|
||||
void process_friend(const cppast::cpp_friend &t,
|
||||
clanguml::model::class_diagram::class_ &parent);
|
||||
|
||||
private:
|
||||
clanguml::model::class_diagram::class_ build_template_instantiation(
|
||||
const cppast::cpp_entity &e,
|
||||
|
||||
Reference in New Issue
Block a user