MinitScript
0.9.31 PRE-BETA
|
This is the complete list of members for Context, including all inherited members.
addScript(const string &id, MinitScript *script) | Context | |
argumentValues | Context | private |
Context() | Context | |
exitCode | Context | private |
getArgumentValues() | Context | inline |
getExitCode() | Context | inline |
getScript(const string &id) | Context | inline |
getScriptIds() | Context | inline |
pop() | Context | inline |
push(MinitScript *script) | Context | inline |
removeScript(const string &id) | Context | |
scriptCallStack | Context | private |
scriptsById | Context | private |
setArgumentValues(const vector< string > &argumentValues) | Context | inline |
setExitCode(int exitCode) | Context | inline |
~Context() | Context | virtual |