32 #ifndef _QORE_QOREPREDECREMENTOPERATORNODE_H
33 #define _QORE_QOREPREDECREMENTOPERATORNODE_H
35 class QorePreDecrementOperatorNode :
public QorePreIncrementOperatorNode {
36 friend class QorePostDecrementOperatorNode;
40 DLLLOCAL
virtual int parseInitImpl(
QoreValue& val, QoreParseContext& parse_context);
45 DLLLOCAL QorePreDecrementOperatorNode(
const QoreProgramLocation* loc,
QoreValue exp)
46 : QorePreIncrementOperatorNode(loc, exp) {
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:48
The main value class in Qore, designed to be passed by value.
Definition: QoreValue.h:275