|
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>
Include dependency graph for exception.h:
This graph shows which files directly or indirectly include this file: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 131 of file exception.h.
| void Tf_Throw | ( | TfCallContext const & | cc, |
| TfSkipCallerFrames | skipFrames, | ||
| Args &&... | args | ||
| ) |
Definition at line 104 of file exception.h.
| void Tf_Throw | ( | TfCallContext const & | cc, |
| Args &&... | args | ||
| ) |
Definition at line 114 of file exception.h.