|
KSeExpr 6.0.0.0
|
base class for custom instance data More...
#include <ExprNode.h>
Public Member Functions | |
| Data (bool cleanup=false) | |
| Data (const Data &)=default | |
| Data & | operator= (const Data &)=default |
| Data (Data &&)=default | |
| Data & | operator= (Data &&)=default |
| virtual | ~Data ()=default |
Public Attributes | |
| bool | _cleanup |
base class for custom instance data
Definition at line 723 of file ExprNode.h.
Definition at line 724 of file ExprNode.h.
|
default |
|
virtualdefault |
| bool KSeExpr::ExprFuncNode::Data::_cleanup |
Definition at line 733 of file ExprNode.h.
Referenced by KSeExpr::ExprFuncNode::~ExprFuncNode().