ROOT  6.06/09
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 </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/bindings/pyroot/src/PropertyProxy.h>

+ Collaboration diagram for PyROOT::PropertyProxy:

Constructor & Destructor Documentation

PyROOT::PropertyProxy::PropertyProxy ( )
inlineprivate

Definition at line 42 of file PropertyProxy.h.

Member Function Documentation

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

class attributes, global properties

Definition at line 228 of file PropertyProxy.cxx.

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

Definition at line 30 of file PropertyProxy.h.

void PyROOT::PropertyProxy::Set ( Cppyy::TCppScope_t  scope,
Cppyy::TCppIndex_t  idata 
)
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

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.

Referenced by GetName().

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.


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