Skip to content
Snippets Groups Projects
Verified Commit f1877799 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'dev' into f-files

parents 52b1532f cdd7e7d4
No related branches found
No related tags found
1 merge request!11F files
Checking pipeline status
...@@ -51,6 +51,10 @@ auto Parent::SetName(const std::string &name) -> void { ...@@ -51,6 +51,10 @@ auto Parent::SetName(const std::string &name) -> void {
this->wrapped->set_name(name); this->wrapped->set_name(name);
} }
auto Parent::GetDescription() const -> const std::string & {
return this->wrapped->description();
}
auto Parent::SetId(const std::string &id) -> void { this->wrapped->set_id(id); } auto Parent::SetId(const std::string &id) -> void { this->wrapped->set_id(id); }
[[nodiscard]] auto Parent::GetId() const -> const std::string & { [[nodiscard]] auto Parent::GetId() const -> const std::string & {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment