Added initial structure for include diagram generation
This commit is contained in:
@@ -41,10 +41,10 @@ common::model::diagram_t diagram::type() const
|
||||
return common::model::diagram_t::kClass;
|
||||
}
|
||||
|
||||
type_safe::optional_ref<const clanguml::common::model::element> diagram::get(
|
||||
const std::string &full_name) const
|
||||
type_safe::optional_ref<const clanguml::common::model::diagram_element>
|
||||
diagram::get(const std::string &full_name) const
|
||||
{
|
||||
type_safe::optional_ref<const clanguml::common::model::element> res;
|
||||
type_safe::optional_ref<const clanguml::common::model::diagram_element> res;
|
||||
|
||||
res = get_class(full_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user