1 #ifndef EXPR_LeafNode_H
2 #define EXPR_LeafNode_H
4 #include "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
This class describes a leaf node of the tree without children.
Definition: EXPR_LeafNode.h:15
EXPR_LeafNode()
create the class
Definition: EXPR_LeafNode.h:28
virtual tMemSize getContentsMemorySize() const override
return nthe memory size of the included associations
Definition: EXPR_LeafNode.h:62
virtual ~EXPR_LeafNode()
delete the class
Definition: EXPR_LeafNode.h:33
virtual tMemSize getMemorySize() const override
return the memory size of the class
Definition: EXPR_LeafNode.h:50