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
Branches
No related merge requests found
......@@ -93,6 +93,11 @@ public:
return to_;
}
/// Accessor to name of the relation
const std::string name() const {
return name_;
}
private:
/// Direction name
const std::string& name_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment