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 !40
parents a7166763 6ac7567d
No related branches found
No related tags found
1 merge request!40add getParent function
Pipeline #1641476 failed
......@@ -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.
Finish editing this message first!
Please register or to comment