HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/tf/callContext.h"
#include "pxr/base/tf/functionRef.h"
#include <cstdint>
#include <exception>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | TfSkipCallerFrames |
class | TfBaseException |
Macros | |
#define | TF_THROW(Exception,...) Tf_Throw<Exception>(TF_CALL_CONTEXT, __VA_ARGS__) |
Functions | |
template<class Exception , class... Args> | |
void | Tf_Throw (TfCallContext const &cc, TfSkipCallerFrames skipFrames, Args &&...args) |
template<class Exception , class... Args> | |
void | Tf_Throw (TfCallContext const &cc, Args &&...args) |
#define TF_THROW | ( | Exception, | |
... | |||
) | Tf_Throw<Exception>(TF_CALL_CONTEXT, __VA_ARGS__) |
Definition at line 148 of file exception.h.
void Tf_Throw | ( | TfCallContext const & | cc, |
TfSkipCallerFrames | skipFrames, | ||
Args &&... | args | ||
) |
Definition at line 121 of file exception.h.
void Tf_Throw | ( | TfCallContext const & | cc, |
Args &&... | args | ||
) |
Definition at line 131 of file exception.h.