32 #ifndef _QORE_QOREDIVIDEEQUALSOPERATORNODE_H 33 #define _QORE_QOREDIVIDEEQUALSOPERATORNODE_H 35 class QoreDivideEqualsOperatorNode :
public QoreMultiplyEqualsOperatorNode {
38 DLLLOCAL
virtual void parseInitImpl(
QoreValue& val, LocalVar* oflag,
int pflag,
int& lvids,
const QoreTypeInfo*& typeInfo);
43 DLLLOCAL QoreDivideEqualsOperatorNode(
const QoreProgramLocation* loc,
QoreValue n_left,
QoreValue n_right) : QoreMultiplyEqualsOperatorNode(loc, n_left, n_right) {
The main value class in Qore, designed to be passed by value.
Definition: QoreValue.h:262
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:46