32 #ifndef _QORE_SUMMARIZESTATEMENT_H 34 #define _QORE_SUMMARIZESTATEMENT_H 36 #include "ContextStatement.h" 38 class SummarizeStatement :
public ContextStatement {
42 DLLLOCAL SummarizeStatement(
int start_line,
int end_line,
char* n,
QoreValue expr, ContextModList* cm, StatementBlock* cd,
QoreValue summ_exp =
QoreValue()) : ContextStatement(start_line, end_line, n, expr, cm, cd), summarize(summ_exp) {
45 DLLLOCAL
virtual ~SummarizeStatement() {
51 DLLLOCAL
virtual int parseInitImpl(LocalVar *oflag,
int pflag = 0);
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
DLLEXPORT void discard(ExceptionSink *xsink)
dereferences any contained AbstractQoreNode pointer and sets to 0; does not modify other values ...