Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

skExecutableContext Class Reference

This class holds information passed to all methods via the siExecutable interface. More...

#include <skExecutableContext.h>

List of all members.

Public Member Functions

 skExecutableContext (skInterpreter *interp)
 Constructs a new context.

skScriptErrorgetError ()
 holds a reference to an error encountered while a script was executing.

void pushStackFrame (skStackFrame *frame)
 called when a new stack frame is created

void popStackFrame ()
 called when a method has finished

skStackFramegetTopFrame ()
 returns the current top frame

void setTopFrame (skStackFrame *frame)
 set the top frame


Detailed Description

This class holds information passed to all methods via the siExecutable interface.


Constructor & Destructor Documentation

skExecutableContext::skExecutableContext skInterpreter interp  )  [inline]
 

Constructs a new context.

Parameters:
interp the interpreter within the context


Member Function Documentation

skScriptError & skExecutableContext::getError  )  [inline]
 

holds a reference to an error encountered while a script was executing.

Remarks:
This is only available if EXCEPTIONS_DEFINED is undefined. It replaces the default mechanism of throwing exceptions


The documentation for this class was generated from the following file:
Generated on Fri Dec 17 20:28:09 2004 for Simkin C++ for Windows CE by doxygen1.3