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,
44 : ContextStatement(start_line, end_line, n, expr, cm, cd), summarize(summ_exp) {
47 DLLLOCAL
virtual ~SummarizeStatement() {
53 DLLLOCAL
virtual int parseInitImpl(QoreParseContext& parse_context);
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
DLLEXPORT void discard(ExceptionSink *xsink)
dereferences any contained AbstractQoreNode pointer and sets to 0; does not modify other values