Added generation of type alias map

This commit is contained in:
Bartek Kryza
2021-04-04 23:42:42 +02:00
parent acdb1b704d
commit 9cb765d758
5 changed files with 106 additions and 2 deletions

View File

@@ -42,10 +42,19 @@ std::string to_string(CXString &&cxs);
std::string full_name(const cppast::cpp_entity &e);
std::string full_name(const cppast::cpp_type &t,
const cppast::cpp_entity_index &idx, bool inside_class);
std::string fully_prefixed(const cppast::cpp_entity &e);
const cppast::cpp_type &unreferenced(const cppast::cpp_type &t);
std::string ns(const cppast::cpp_entity &e);
std::string ns(const cppast::cpp_type &t, const cppast::cpp_entity_index &idx);
bool is_inside_class(const cppast::cpp_entity &e);
} // namespace util
} // namespace cx
} // namespace clanguml