Skip to content
Snippets Groups Projects
Commit fc9b664b authored by gPauls-TUHH's avatar gPauls-TUHH
Browse files

Merge branch 'feature/aixml_getParentNode' into 'main'

add getParent function

See merge request unicado/libraries!40
parents a7166763 6ac7567d
No related branches found
No related tags found
No related merge requests found
......@@ -349,6 +349,7 @@ class AIXMLDLLEXPORT node {
std::string name;
auto getChildren() const -> const std::vector<node*>& { return children; }
auto getParent() const -> const node* { return parent; }
private:
std::map<std::string, std::string> attributes;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment