Definition at line 15 of file CPPDataMember.h.
Public Member Functions | |
| void * | GetAddress (CPPInstance *pyobj) | 
| std::string | GetName () | 
| void | Set (Cppyy::TCppScope_t scope, const std::string &name, void *address) | 
| void | Set (Cppyy::TCppScope_t scope, Cppyy::TCppIndex_t idata) | 
Public Attributes | |
| Converter * | fConverter | 
| PyObject * | fDescription | 
| PyObject * | fDoc | 
| Cppyy::TCppScope_t | fEnclosingScope | 
| long | fFlags | 
| std::string | fFullType | 
| PyObject_HEAD intptr_t | fOffset | 
Private Member Functions | |
| CPPDataMember ()=delete | |
#include </github/home/ROOT-CI/src/bindings/pyroot/cppyy/CPyCppyy/src/CPPDataMember.h>
      
  | 
  privatedelete | 
| void * CPyCppyy::CPPDataMember::GetAddress | ( | CPPInstance * | pyobj | ) | 
Definition at line 384 of file CPPDataMember.cxx.
| std::string CPyCppyy::CPPDataMember::GetName | ( | ) | 
Definition at line 420 of file CPPDataMember.cxx.
| void CPyCppyy::CPPDataMember::Set | ( | Cppyy::TCppScope_t | scope, | 
| const std::string & | name, | ||
| void * | address ) | 
Definition at line 372 of file CPPDataMember.cxx.
| void CPyCppyy::CPPDataMember::Set | ( | Cppyy::TCppScope_t | scope, | 
| Cppyy::TCppIndex_t | idata ) | 
Definition at line 319 of file CPPDataMember.cxx.
| Converter* CPyCppyy::CPPDataMember::fConverter | 
Definition at line 27 of file CPPDataMember.h.
| PyObject* CPyCppyy::CPPDataMember::fDescription | 
Definition at line 29 of file CPPDataMember.h.
| PyObject* CPyCppyy::CPPDataMember::fDoc | 
Definition at line 30 of file CPPDataMember.h.
| Cppyy::TCppScope_t CPyCppyy::CPPDataMember::fEnclosingScope | 
Definition at line 28 of file CPPDataMember.h.
| long CPyCppyy::CPPDataMember::fFlags | 
Definition at line 26 of file CPPDataMember.h.
| std::string CPyCppyy::CPPDataMember::fFullType | 
Definition at line 34 of file CPPDataMember.h.
| PyObject_HEAD intptr_t CPyCppyy::CPPDataMember::fOffset | 
Definition at line 25 of file CPPDataMember.h.