ROOT  6.06/08
Reference Guide
Public Member Functions | Public Attributes | Private Member Functions | List of all members
PyROOT::PropertyProxy Class Reference

Definition at line 25 of file PropertyProxy.h.

Public Member Functions

void Set (Cppyy::TCppScope_t scope, Cppyy::TCppIndex_t idata)
 
void Set (Cppyy::TCppScope_t scope, const std::string &name, void *address)
 
std::string GetName ()
 
voidGetAddress (ObjectProxy *pyobj)
 class attributes, global properties More...
 

Public Attributes

PyObject_HEAD ptrdiff_t fOffset
 
Long_t fProperty
 
TConverterfConverter
 
Cppyy::TCppScope_t fEnclosingScope
 
std::string fName
 

Private Member Functions

 PropertyProxy ()
 

#include </builddir/build/BUILD/root-6.06.08/bindings/pyroot/src/PropertyProxy.h>

+ Collaboration diagram for PyROOT::PropertyProxy:

Constructor & Destructor Documentation

§ PropertyProxy()

PyROOT::PropertyProxy::PropertyProxy ( )
inlineprivate

Definition at line 42 of file PropertyProxy.h.

Member Function Documentation

§ GetAddress()

void * PyROOT::PropertyProxy::GetAddress ( ObjectProxy pyobj)

class attributes, global properties

Definition at line 228 of file PropertyProxy.cxx.

Referenced by GetName().

§ GetName()

std::string PyROOT::PropertyProxy::GetName ( )
inline

Definition at line 30 of file PropertyProxy.h.

§ Set() [1/2]

void PyROOT::PropertyProxy::Set ( Cppyy::TCppScope_t  scope,
Cppyy::TCppIndex_t  idata 
)

§ Set() [2/2]

void PyROOT::PropertyProxy::Set ( Cppyy::TCppScope_t  scope,
const std::string &  name,
void address 
)

Definition at line 216 of file PropertyProxy.cxx.

Member Data Documentation

§ fConverter

TConverter* PyROOT::PropertyProxy::fConverter

Definition at line 37 of file PropertyProxy.h.

§ fEnclosingScope

Cppyy::TCppScope_t PyROOT::PropertyProxy::fEnclosingScope

Definition at line 38 of file PropertyProxy.h.

§ fName

std::string PyROOT::PropertyProxy::fName

Definition at line 39 of file PropertyProxy.h.

Referenced by GetName().

§ fOffset

PyObject_HEAD ptrdiff_t PyROOT::PropertyProxy::fOffset

Definition at line 35 of file PropertyProxy.h.

§ fProperty

Long_t PyROOT::PropertyProxy::fProperty

Definition at line 36 of file PropertyProxy.h.


The documentation for this class was generated from the following files: