Fixed unexposed template parameters namespace resolution
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <type_safe/optional.hpp>
|
||||
#include <vector>
|
||||
|
||||
namespace clanguml::common::model {
|
||||
@@ -68,6 +69,8 @@ public:
|
||||
|
||||
void pop_back();
|
||||
|
||||
type_safe::optional<namespace_> parent() const;
|
||||
|
||||
bool starts_with(const namespace_ &right) const;
|
||||
bool ends_with(const namespace_ &right) const;
|
||||
namespace_ common_path(const namespace_ &right) const;
|
||||
|
||||
Reference in New Issue
Block a user