#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 | |
DLLEXPORT void | deref () |
decrements the reference count and deletes the object when references = 0 |
This class adds the deref() function without an ExceptionSink argument.
DLLEXPORT void SimpleQoreNode::deref | ( | ) |
decrements the reference count and deletes the object when references = 0
This function is not virtual and should be used when possible for SimpleQoreNode objects
Referenced by DateTimeNodeValueHelper::~DateTimeNodeValueHelper(), and QoreStringNodeValueHelper::~QoreStringNodeValueHelper().