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

#include <pyExceptionState.h>

Public Member Functions

 TfPyExceptionState (pxr_boost::python::handle<> const &type, pxr_boost::python::handle<> const &value, pxr_boost::python::handle<> const &trace)
 
TF_API ~TfPyExceptionState ()
 
TF_API TfPyExceptionState (TfPyExceptionState const &)
 
TF_API TfPyExceptionStateoperator= (TfPyExceptionState const &)
 
pxr_boost::python::handle const & GetType () const
 
pxr_boost::python::handle const & GetValue () const
 
pxr_boost::python::handle const & GetTrace () const
 
TF_API void Restore ()
 
TF_API std::string GetExceptionString () const
 

Static Public Member Functions

static TF_API TfPyExceptionState Fetch ()
 

Detailed Description

Definition at line 16 of file pyExceptionState.h.

Constructor & Destructor Documentation

TfPyExceptionState::TfPyExceptionState ( pxr_boost::python::handle<> const &  type,
pxr_boost::python::handle<> const &  value,
pxr_boost::python::handle<> const &  trace 
)
inline

Definition at line 17 of file pyExceptionState.h.

TF_API TfPyExceptionState::~TfPyExceptionState ( )
TF_API TfPyExceptionState::TfPyExceptionState ( TfPyExceptionState const &  )

Member Function Documentation

static TF_API TfPyExceptionState TfPyExceptionState::Fetch ( )
static
TF_API std::string TfPyExceptionState::GetExceptionString ( ) const
pxr_boost::python::handle const& TfPyExceptionState::GetTrace ( ) const
inline

Definition at line 39 of file pyExceptionState.h.

pxr_boost::python::handle const& TfPyExceptionState::GetType ( ) const
inline

Definition at line 37 of file pyExceptionState.h.

pxr_boost::python::handle const& TfPyExceptionState::GetValue ( ) const
inline

Definition at line 38 of file pyExceptionState.h.

TF_API TfPyExceptionState& TfPyExceptionState::operator= ( TfPyExceptionState const &  )
TF_API void TfPyExceptionState::Restore ( )

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