|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/tf/api.h"#include "pxr/base/tf/errorMark.h"#include "pxr/external/boost/python/default_call_policies.hpp"
Include dependency graph for pyError.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TfPyRaiseOnError< Base > |
| struct | TfPyRaiseOnError< Base >::ErrorMarkAndArgs< BaseArgs > |
Functions | |
| PXR_NAMESPACE_OPEN_SCOPE TF_API bool | TfPyConvertTfErrorsToPythonException (TfErrorMark const &m) |
| TF_API void | TfPyConvertPythonExceptionToTfErrors () |
Convert the current python exception to TfError objects and post them to the error system. User code should generally not have to call this, unless it's manually bridging between C++ & Python.
| PXR_NAMESPACE_OPEN_SCOPE TF_API bool TfPyConvertTfErrorsToPythonException | ( | TfErrorMark const & | m | ) |
Converts any TfError objects in m into python exceptions. User code should generally not have to call this. User code should generally not have to call this, unless it's manually bridging between C++ & Python.