ATLAS Offline Software
Public Types | Public Attributes | List of all members
PyROOT::CPPInstance Class Reference
Collaboration diagram for PyROOT::CPPInstance:

Public Types

enum  EFlags { kIsReference = 0x0008 }
 

Public Attributes

PyObject_HEAD void * fObject
 
int fFlags
 

Detailed Description

Definition at line 33 of file PyROOTTTreePatch.cxx.

Member Enumeration Documentation

◆ EFlags

Enumerator
kIsReference 

Definition at line 35 of file PyROOTTTreePatch.cxx.

35 { kIsReference = 0x0008 };

Member Data Documentation

◆ fFlags

int PyROOT::CPPInstance::fFlags

Definition at line 39 of file PyROOTTTreePatch.cxx.

◆ fObject

PyObject_HEAD void* PyROOT::CPPInstance::fObject

Definition at line 38 of file PyROOTTTreePatch.cxx.


The documentation for this class was generated from the following file:
PyROOT::CPPInstance::kIsReference
@ kIsReference
Definition: PyROOTTTreePatch.cxx:35