Qore Programming Language Reference Manual  0.8.11.1
Qore::Program Member List

This is the complete list of members for Qore::Program, including all inherited members.

callFunction(string name,...)Qore::Program
callFunctionArgs(string name, *softlist vargs)Qore::Program
constructor(softint po=PO_DEFAULT)Qore::Program
copy()Qore::Program
define(string def, any val)Qore::Program
destructor()Qore::Program
disableParseOptions(softint opt)Qore::Program
existsFunction(string name)Qore::Program
getDefine(string def)Qore::Program
getGlobalVariable(string varname, *reference rexists)Qore::Program
getParseOptions()Qore::Program
getScriptDir()Qore::Program
getScriptName()Qore::Program
getScriptPath()Qore::Program
getTimeZone()Qore::Program
getUserFunctionList()Qore::Program
importClass(string cls)Qore::Program
importFunction(string func)Qore::Program
importFunction(string func, string new_name)Qore::Program
importGlobalVariable(string varname, bool readonly=False)Qore::Program
isDefined(string def)Qore::Program
loadModule(string name)Qore::Program
lockOptions()Qore::Program
parse(string code, string label, *softint warning_mask, *string source, *softint offset, softbool format_label=True)Qore::Program
parseCommit()Qore::Program
parseCommit(int warning_mask)Qore::Program
parsePending(string code, string label, *softint warning_mask, *string source, *softint offset, softbool format_label=True)Qore::Program
parseRollback()Qore::Program
replaceParseOptions(softint opt)Qore::Program
run()Qore::Program
setParseOptions(softint opt=PO_DEFAULT)Qore::Program
setScriptPath(*string path)Qore::Program
setTimeZone(TimeZone zone)Qore::Program
setTimeZoneRegion(string region)Qore::Program
setTimeZoneUTCOffset(softint seconds_east)Qore::Program
undefine(string def)Qore::Program