Skip to content
Snippets Groups Projects
Commit d0ee6ba6 authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

Accessor for relation name

parent 285b2827
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,11 @@ public: ...@@ -93,6 +93,11 @@ public:
return to_; return to_;
} }
/// Accessor to name of the relation
const std::string name() const {
return name_;
}
private: private:
/// Direction name /// Direction name
const std::string& name_; const std::string& name_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment