Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
CPyCppyy::Utility::PyError_t Struct Reference

Definition at line 98 of file Utility.h.

Classes

struct  PyObjectDeleter
 

Public Attributes

bool fIsCpp = false
 
std::unique_ptr< PyObject, PyObjectDeleterfTrace
 
std::unique_ptr< PyObject, PyObjectDeleterfType
 
std::unique_ptr< PyObject, PyObjectDeleterfValue
 

#include </github/home/ROOT-CI/src/bindings/pyroot/cppyy/CPyCppyy/src/Utility.h>

Member Data Documentation

◆ fIsCpp

bool CPyCppyy::Utility::PyError_t::fIsCpp = false

Definition at line 107 of file Utility.h.

◆ fTrace

std::unique_ptr<PyObject, PyObjectDeleter> CPyCppyy::Utility::PyError_t::fTrace

Definition at line 104 of file Utility.h.

◆ fType

std::unique_ptr<PyObject, PyObjectDeleter> CPyCppyy::Utility::PyError_t::fType

Definition at line 103 of file Utility.h.

◆ fValue

std::unique_ptr<PyObject, PyObjectDeleter> CPyCppyy::Utility::PyError_t::fValue

Definition at line 106 of file Utility.h.

Collaboration diagram for CPyCppyy::Utility::PyError_t:
[legend]

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