HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfSkipCallerFrames Struct Reference

#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 45 of file exception.h.

Constructor & Destructor Documentation

TfSkipCallerFrames::TfSkipCallerFrames ( int  n = 0)
inlineexplicit

Definition at line 47 of file exception.h.

Member Data Documentation

int TfSkipCallerFrames::numToSkip

Definition at line 48 of file exception.h.


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