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

#include <pyExceptionState.h>

Public Member Functions

 TfPyExceptionState (hboost::python::handle<> const &type, hboost::python::handle<> const &value, hboost::python::handle<> const &trace)
 
TF_API ~TfPyExceptionState ()
 
hboost::python::handle constGetType () const
 
hboost::python::handle constGetValue () const
 
hboost::python::handle constGetTrace () const
 
TF_API void Release ()
 
TF_API std::string GetExceptionString () const
 

Detailed Description

Definition at line 31 of file pyExceptionState.h.

Constructor & Destructor Documentation

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

Definition at line 32 of file pyExceptionState.h.

TF_API TfPyExceptionState::~TfPyExceptionState ( )

Member Function Documentation

TF_API std::string TfPyExceptionState::GetExceptionString ( ) const
hboost::python::handle const& TfPyExceptionState::GetTrace ( ) const
inline

Definition at line 42 of file pyExceptionState.h.

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

Definition at line 40 of file pyExceptionState.h.

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

Definition at line 41 of file pyExceptionState.h.

TF_API void TfPyExceptionState::Release ( )

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