This struture contains the description of a stack frame. More...
#include <Inventor/errors/SoErrorStack.h>
Public Attributes | |
| int | frameIndex | 
| SbString | functionName | 
| int | lineNumber | 
| SbString | moduleName | 
| SbString | moduleDescription | 
This struture contains the description of a stack frame.
Definition at line 53 of file SoErrorStack.h.
| int SoErrorStack::StackFrame::frameIndex | 
Definition at line 55 of file SoErrorStack.h.
| SbString SoErrorStack::StackFrame::functionName | 
Definition at line 57 of file SoErrorStack.h.
| int SoErrorStack::StackFrame::lineNumber | 
Definition at line 58 of file SoErrorStack.h.
| SbString SoErrorStack::StackFrame::moduleDescription | 
Definition at line 61 of file SoErrorStack.h.
| SbString SoErrorStack::StackFrame::moduleName | 
Definition at line 60 of file SoErrorStack.h.