Added package diagram namespace alias test case

This commit is contained in:
Bartek Kryza
2022-01-28 21:58:54 +01:00
parent 4de6d2a3ac
commit 4c51268869
11 changed files with 247 additions and 32 deletions

View File

@@ -64,6 +64,8 @@ std::string trim(const std::string &s);
*/
std::vector<std::string> split(std::string str, std::string delimiter);
std::string join(const std::vector<std::string> &toks, std::string delimiter);
/**
* @brief Get name of the identifier relative to a set of namespaces
*