Preparing for Writeup
This commit is contained in:
@@ -11,6 +11,11 @@ Element::~Element()
|
||||
{
|
||||
}
|
||||
|
||||
PElement Element::getParent() const
|
||||
{
|
||||
return parent;
|
||||
}
|
||||
|
||||
void Element::addChild(PElement element)
|
||||
{
|
||||
children.add(element);
|
||||
|
||||
Reference in New Issue
Block a user