|
Qore Programming Language
0.9.16
|
32 #ifndef _QORE_CLASS_FILE_H
34 #define _QORE_CLASS_FILE_H
38 #include <qore/QoreFile.h>
43 xsink->
raiseException(
"ILLEGAL-EXPRESSION",
"%s() cannot be called with a system constant object when 'no-terminal-io' is set", m);
49 #endif // _QORE_CLASS_FILE_H
defines a Qore-language class
Definition: QoreClass.h:239
contains constants, classes, and subnamespaces in QoreProgram objects
Definition: QoreNamespace.h:65
DLLEXPORT AbstractQoreNode * raiseException(const char *err, const char *fmt,...)
appends a Qore-language exception to the list
the implementation of Qore's object data type, reference counted, dynamically-allocated only
Definition: QoreObject.h:61
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:48
#define PO_NO_TERMINAL_IO
do not allow any terminal I/O to be performed
Definition: Restrictions.h:60