62 "29":
"call reference",
79 "call reference": NT_FUNCREF,
80 "closure": NT_RUNTIME_CLOSURE,
148 const Build = qore(
new QoreBigIntNode(qore_build_number));
150 const BuildHost = qore(
new QoreStringNode(qore_build_host));
152 const CFLAGS = qore(
new QoreStringNode(qore_cflags));
154 const Compiler = qore(
new QoreStringNode(qore_cplusplus_compiler));
156 const LDFLAGS = qore(
new QoreStringNode(qore_ldflags));
170 const VersionSub = qore(
new QoreBigIntNode(qore_version_sub));
201 "3":
"HTTP_CONTENT_LENGTH",
202 "4":
"HTTP_CHUNKED_START",
203 "5":
"HTTP_CHUNKED_END",
204 "6":
"HTTP_REDIRECT",
205 "7":
"CHANNEL_CLOSED",
207 "9":
"FTP_SEND_MESSAGE",
208 "10":
"FTP_MESSAGE_RECEIVED",
209 "11":
"HOSTNAME_LOOKUP",
210 "12":
"HOSTNAME_RESOLVED",
211 "13":
"HTTP_SEND_MESSAGE",
212 "14":
"HTTP_MESSAGE_RECEIVED",
213 "15":
"HTTP_FOOTERS_RECEIVED",
214 "16":
"HTTP_CHUNKED_DATA_RECEIVED",
215 "17":
"HTTP_CHUNK_SIZE",
219 "21":
"SSL_ESTABLISHED",
223 "25":
"DATA_WRITTEN",
304 const stderr = qore(QC_FILE->execSystemConstructor(2));
306 const stdin = qore(QC_FILE->execSystemConstructor(0));
308 const stdout = qore(QC_FILE->execSystemConstructor(1));
const EVENT_SOURCE_MAP
Maps from Event Source Constants (the keys) to descriptive strings (the values)
Definition: qc_qore.dox.h:226
const ET_System
Exception type code system exceptions (thrown in internal Qore code or in modules) ...
Definition: qc_qore.dox.h:118
const EVENT_CONNECTED
Raised when the socket connection has been established.
Definition: qc_qore.dox.h:244
const stdin
system constant for stdin (file descriptor 0)
Definition: qc_qore.dox.h:306
const EVENT_HOSTNAME_LOOKUP
Raised when a hostname lookup is started.
Definition: qc_qore.dox.h:260
const NT_NOTHING
type code for no value (NOTHING)
Definition: qc_qore.dox.h:28
const VersionMajor
The integer Qore major version number.
Definition: qc_qore.dox.h:164
const Compiler
A string giving the C++ compiler used to build Qore.
Definition: qc_qore.dox.h:154
const EVENT_OPEN_FILE
Raised right before a file is opened.
Definition: qc_qore.dox.h:282
const EVENT_HTTP_CONTENT_LENGTH
Raised when the HTTP "Content-Length" header is received.
Definition: qc_qore.dox.h:272
const EVENT_SSL_ESTABLISHED
Raised when SSL communication has been negotiated and established.
Definition: qc_qore.dox.h:288
const EVENT_CONNECTING
Raised right before a socket connection attempt is made.
Definition: qc_qore.dox.h:246
const EVENT_HTTP_CHUNKED_END
Raised when all HTTP chunked data has been received.
Definition: qc_qore.dox.h:266
const EVENT_FTP_MESSAGE_RECEIVED
Raised when an FTP reply is received on the control channel.
Definition: qc_qore.dox.h:256
const SOURCE_FTPCLIENT
FtpClient class source code
Definition: qc_qore.dox.h:183
const VersionSub
The integer Qore sub version number.
Definition: qc_qore.dox.h:170
const EVENT_HTTP_REDIRECT
Raised when an HTTP redirect message is received.
Definition: qc_qore.dox.h:278
const True
logical True
Definition: qc_qore.dox.h:94
const NT_FLOAT
type code for float values
Definition: qc_qore.dox.h:20
const NT_LIST
type code for list values
Definition: qc_qore.dox.h:26
const EVENT_HTTP_FOOTERS_RECEIVED
Raised when HTTP footers are received.
Definition: qc_qore.dox.h:274
const EVENT_HTTP_CHUNKED_START
Raised when HTTP chunked data is about to be received.
Definition: qc_qore.dox.h:268
const NULL
logical False
Definition: qc_qore.dox.h:107
const NT_STRING
type code for string values
Definition: qc_qore.dox.h:36
const CT_User
Call type for user code.
Definition: qc_qore.dox.h:137
const NT_CALLREF
type code for call references
Definition: qc_qore.dox.h:14
const EVENT_START_SSL
Raised when socket SSL negotiation starts.
Definition: qc_qore.dox.h:290
const SOURCE_FILE
File class source code
Definition: qc_qore.dox.h:181
const BuildHost
The host name of the host used to build the Qore library.
Definition: qc_qore.dox.h:150
const False
logical False
Definition: qc_qore.dox.h:92
const SOURCE_SOCKET
Socket class source code
Definition: qc_qore.dox.h:187
const NT_CLOSURE
type code for closures
Definition: qc_qore.dox.h:16
const EVENT_DELETED
Raised when the object being monitored is deleted.
Definition: qc_qore.dox.h:252
const NT_DATE
type code for date/time values
Definition: qc_qore.dox.h:18
const EVENT_PACKET_SENT
Raised when a network packet is sent.
Definition: qc_qore.dox.h:286
const VersionMinor
The integer Qore minor version number.
Definition: qc_qore.dox.h:166
const EVENT_HTTP_CHUNK_SIZE
Raised when the next chunk size for HTTP chunked data is known.
Definition: qc_qore.dox.h:270
const stderr
system constant for stderr (file descriptor 2)
Definition: qc_qore.dox.h:304
const EVENT_HOSTNAME_RESOLVED
Raised when a hostname lookup is resolved.
Definition: qc_qore.dox.h:262
const NT_INT
type code for integer values
Definition: qc_qore.dox.h:24
const NT_BOOLEAN
type code for boolean values
Definition: qc_qore.dox.h:12
const EVENT_FTP_SEND_MESSAGE
Raised immediately before an FTP control message is sent.
Definition: qc_qore.dox.h:258
const NT_NULL
type code for NULL
Definition: qc_qore.dox.h:30
const stdout
system constant for stdout (file descriptor 1)
Definition: qc_qore.dox.h:308
const EVENT_PACKET_READ
Raised when a network packet is received.
Definition: qc_qore.dox.h:284
const NOTHING
a constant representing the lack of a value
Definition: qc_qore.dox.h:105
const PlatformCPU
The string for the platform's CPU architecture.
Definition: qc_qore.dox.h:160
const NT_BINARY
type code for binary values
Definition: qc_qore.dox.h:10
const CFLAGS
A string giving the C++ compiler flags used to build Qore.
Definition: qc_qore.dox.h:152
const CT_Builtin
Call type for builtin code.
Definition: qc_qore.dox.h:131
const EVENT_HTTP_MESSAGE_RECEIVED
Raised when an HTTP message is received.
Definition: qc_qore.dox.h:276
const EVENT_DATA_READ
Raised when data has been read from a file.
Definition: qc_qore.dox.h:248
const EVENT_HTTP_SEND_MESSAGE
Raised when an HTTP message is sent.
Definition: qc_qore.dox.h:280
const TypeNameMap
type name map, looks up type codes from type names
Definition: qc_qore.dox.h:66
const EVENT_HTTP_CHUNKED_DATA_RECEIVED
Raised when a block of HTTP chunked data is received.
Definition: qc_qore.dox.h:264
const NT_NUMBER
type code for number values
Definition: qc_qore.dox.h:32
const Build
The integer Qore build number.
Definition: qc_qore.dox.h:148
const EVENT_FILE_OPENED
Raised when a file has been successfully opened.
Definition: qc_qore.dox.h:254
const MACHINE_MSB
True if the current machine uses big-endian or MSB byte order or False if the current machine uses li...
Definition: qc_qore.dox.h:158
const NT_HASH
type code for hash values
Definition: qc_qore.dox.h:22
const EVENT_DATA_WRITTEN
Raised when data has been written to a file.
Definition: qc_qore.dox.h:250
const EVENT_MAP
Maps from Event Constants (the keys) to descriptive strings (the values)
Definition: qc_qore.dox.h:198
const NT_OBJECT
type code for objects
Definition: qc_qore.dox.h:34
const VersionString
The full Qore version string.
Definition: qc_qore.dox.h:168
const PlatformOS
A string giving the platform operating-system name.
Definition: qc_qore.dox.h:162
const SOURCE_HTTPCLIENT
HTTPClient class source code
Definition: qc_qore.dox.h:185
const EVENT_CHANNEL_CLOSED
Raised when a socket or file is closed.
Definition: qc_qore.dox.h:242
const TypeCodeMap
type code map, looks up type names from type code values
Definition: qc_qore.dox.h:49
const ET_User
Exception type for user exceptions (thrown by the throw statement)
Definition: qc_qore.dox.h:120
const CT_Rethrow
Call type for an exception thrown by the rethrow statement.
Definition: qc_qore.dox.h:135
const CT_NewThread
Call type for the start of a new thread by the background operator.
Definition: qc_qore.dox.h:133
const LDFLAGS
A string giving the linker flags used to build Qore.
Definition: qc_qore.dox.h:156