Qore Programming Language Reference Manual
0.9.16
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
y
Variables
_
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
y
z
•
All
Classes
Namespaces
Functions
Variables
Modules
Pages
Qore::ProgramControl Member List
This is the complete list of members for
Qore::ProgramControl
, including all inherited members.
assignBreakpoint
(Breakpoint bkpt)
Qore::ProgramControl
constructor
()
Qore::ProgramControl
copy
()
Qore::ProgramControl
deleteAllBreakpoints
()
Qore::ProgramControl
destructor
()
Qore::ProgramControl
existsFunction
(string name)
Qore::ProgramControl
findFunctionStatementId
(string function, *list params)
Qore::ProgramControl
findFunctionVariants
(string function)
Qore::ProgramControl
findStatementId
(string file, int line)
Qore::ProgramControl
getAllDefines
()
Qore::ProgramControl
getAllPrograms
()
Qore::ProgramControl
static
getBreakpoints
()
Qore::ProgramControl
getDefine
(string def)
Qore::ProgramControl
getGlobalVariable
(string varname, *reference< bool > rexists)
Qore::ProgramControl
getGlobalVars
()
Qore::ProgramControl
getParseOptions
()
Qore::ProgramControl
getProgram
()
Qore::ProgramControl
static
getProgramId
()
Qore::ProgramControl
getScriptDir
()
Qore::ProgramControl
getScriptName
()
Qore::ProgramControl
getScriptPath
()
Qore::ProgramControl
getSourceFileNames
()
Qore::ProgramControl
getSourceLabels
()
Qore::ProgramControl
getStatementIdInfo
(int statementId, bool listBreakpoints=False)
Qore::ProgramControl
getThreadList
()
Qore::ProgramControl
getTimeZone
()
Qore::ProgramControl
isDefined
(string def)
Qore::ProgramControl
resolveProgramId
(int programId)
Qore::ProgramControl
static
setGlobalVarValue
(string name, auto value)
Qore::ProgramControl