ROOT 6.12/07 Reference Guide |
Definition at line 25 of file PropertyProxy.h.
Public Member Functions | |
void * | GetAddress (ObjectProxy *pyobj) |
class attributes, global properties More... | |
std::string | GetName () |
void | Set (Cppyy::TCppScope_t scope, Cppyy::TCppIndex_t idata) |
void | Set (Cppyy::TCppScope_t scope, const std::string &name, void *address) |
Public Attributes | |
TConverter * | fConverter |
Cppyy::TCppScope_t | fEnclosingScope |
std::string | fName |
PyObject_HEAD ptrdiff_t | fOffset |
Long_t | fProperty |
Private Member Functions | |
PropertyProxy () | |
|
inlineprivate |
Definition at line 42 of file PropertyProxy.h.
void * PyROOT::PropertyProxy::GetAddress | ( | ObjectProxy * | pyobj | ) |
class attributes, global properties
Definition at line 228 of file PropertyProxy.cxx.
|
inline |
Definition at line 30 of file PropertyProxy.h.
void PyROOT::PropertyProxy::Set | ( | Cppyy::TCppScope_t | scope, |
Cppyy::TCppIndex_t | idata | ||
) |
Definition at line 191 of file PropertyProxy.cxx.
void PyROOT::PropertyProxy::Set | ( | Cppyy::TCppScope_t | scope, |
const std::string & | name, | ||
void * | address | ||
) |
Definition at line 216 of file PropertyProxy.cxx.
TConverter* PyROOT::PropertyProxy::fConverter |
Definition at line 37 of file PropertyProxy.h.
Cppyy::TCppScope_t PyROOT::PropertyProxy::fEnclosingScope |
Definition at line 38 of file PropertyProxy.h.
std::string PyROOT::PropertyProxy::fName |
Definition at line 39 of file PropertyProxy.h.
PyObject_HEAD ptrdiff_t PyROOT::PropertyProxy::fOffset |
Definition at line 35 of file PropertyProxy.h.
Long_t PyROOT::PropertyProxy::fProperty |
Definition at line 36 of file PropertyProxy.h.