Loading...
Searching...
No Matches
TfSkipCallerFrames Struct Reference

This structure is used to indicate that some number of caller frames should be skipped when capturing exception stack traces at the throw point. More...

#include <exception.h>

Public Member Functions

 TfSkipCallerFrames (int n=0)
 

Public Attributes

int numToSkip
 

Detailed Description

This structure is used to indicate that some number of caller frames should be skipped when capturing exception stack traces at the throw point.

Definition at line 28 of file exception.h.

Constructor & Destructor Documentation

◆ TfSkipCallerFrames()

TfSkipCallerFrames ( int  n = 0)
inlineexplicit

Definition at line 30 of file exception.h.

Member Data Documentation

◆ numToSkip

int numToSkip

Definition at line 31 of file exception.h.


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