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

skContext Class Reference

This class stores info about the current execution context - such the name of the current script and the line number being executed. More...

#include <skInterpreter.h>

List of all members.

Public Methods

 skContext (const skString &location)
 Constructor. More...


Public Attributes

skString m_Location
 location during script execution.

int m_LineNum
 line number during script execution.


Detailed Description

This class stores info about the current execution context - such the name of the current script and the line number being executed.


Constructor & Destructor Documentation

skContext::skContext const skString   location [inline]
 

Constructor.

Parameters:
location  - the name of the source file


The documentation for this class was generated from the following file:
Generated on Tue Nov 20 17:56:22 2001 for Simkin by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001