IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Contains stack frames and other command thread data for a single command thread of a command-line interreter. More...
Public Member Functions | |
CommandThread (ICommandLineApplicationInterpreter interpreter) | |
Protected Member Functions | |
override CommandStackFrame | CreateFrame (CodeBlockType type, int stackLevel) |
Creates a new stack frame. More... | |
Contains stack frames and other command thread data for a single command thread of a command-line interreter.
Usually properties, index operators and methods are not thread safe. Variants whose names end with "Locked" implement locking on the CommandThreadBase.Lock property and are thus thread safe. It is not likely that locking is needed because the object will typically be used within a single thread.
$A Igor Sep15;
|
inline |
|
inlineprotected |
Creates a new stack frame.
type | Type of code block for which stack frame is created. |
stackLevel | Level of the stack frame. |
$A Igor Sep15;