Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
SoErrorStack::StackFrame Struct Reference

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
 

Detailed Description

This struture contains the description of a stack frame.

Definition at line 53 of file SoErrorStack.h.

Member Data Documentation

◆ frameIndex

int SoErrorStack::StackFrame::frameIndex

Definition at line 55 of file SoErrorStack.h.

◆ functionName

SbString SoErrorStack::StackFrame::functionName

Definition at line 57 of file SoErrorStack.h.

◆ lineNumber

int SoErrorStack::StackFrame::lineNumber

Definition at line 58 of file SoErrorStack.h.

◆ moduleDescription

SbString SoErrorStack::StackFrame::moduleDescription

Definition at line 61 of file SoErrorStack.h.

◆ moduleName

SbString SoErrorStack::StackFrame::moduleName

Definition at line 60 of file SoErrorStack.h.


The documentation for this struct was generated from the following file: