1 #ifndef EXPR_ChildNode_H
2 #define EXPR_ChildNode_H
This class describes a child node of the tree.
Definition: EXPR_ChildNode.h:12
virtual tMemSize getContentsMemorySize() const override
return nthe memory size of the included associations
Definition: EXPR_ChildNode.h:58
virtual ~EXPR_ChildNode()
delete the class
Definition: EXPR_ChildNode.h:31
EXPR_ChildNode()
create the class
Definition: EXPR_ChildNode.h:25
virtual tMemSize getMemorySize() const override
return the memory size of the class
Definition: EXPR_ChildNode.h:46
This class is a base class of the binary tree.
Definition: EXPR_Node.h:16
virtual tMemSize getContentsMemorySize() const override
return nthe memory size of the included associations
Definition: EXPR_Node.h:79