The base class for all types in Qore expression trees that cannot throw an exception when deleted. More...
#include <AbstractQoreNode.h>
Public Member Functions | |
DLLLOCAL | SimpleQoreNode (qore_type_t t, bool n_value, bool n_needs_eval, bool n_there_can_be_only_one=false) |
constructor takes the type and value arguments | |
DLLEXPORT | SimpleQoreNode (const SimpleQoreNode &) |
copy constructor |
The base class for all types in Qore expression trees that cannot throw an exception when deleted.
This class adds the deref() function without an ExceptionSink argument.