ATLAS Offline Software
|
a python front-end to the IProxyDict
interface PyProxyDict encapsulates getting python objects from the raw C++ ones ones gets from the C++ store.
More...
#include <SgPyDataModel.h>
Public Member Functions | |
PyProxyDict (StoreGateSvc *sgSvc) | |
~PyProxyDict () | |
PyObject * | proxy (PyObject *pyclid, PyObject *pykey) |
PyObject * | newPyDataObject (const char *klass, void *addr=0) |
Public Attributes | |
StoreGateSvc * | m_sgSvc |
a python front-end to the IProxyDict
interface PyProxyDict encapsulates getting python objects from the raw C++ ones ones gets from the C++ store.
Definition at line 405 of file SgPyDataModel.h.
|
inline |
Definition at line 409 of file SgPyDataModel.h.
|
inline |
Definition at line 413 of file SgPyDataModel.h.
Definition at line 447 of file SgPyDataModel.h.
Definition at line 417 of file SgPyDataModel.h.
StoreGateSvc* SG::PyProxyDict::m_sgSvc |
Definition at line 407 of file SgPyDataModel.h.