ATLAS Offline Software
Public Member Functions | List of all members
IPyComponentMgr Class Referenceabstract

#include <IPyComponentMgr.h>

Inheritance diagram for IPyComponentMgr:
Collaboration diagram for IPyComponentMgr:

Public Member Functions

 DeclareInterfaceID (IPyComponentMgr, 1, 0)
 
virtual ~IPyComponentMgr ()=default
 Destructor: More...
 
virtual PyObjectpyObject (IPyComponent *comp)=0
 Retrieve a python object from the python world this returns a NEW reference to that python object. More...
 

Detailed Description

Definition at line 30 of file IPyComponentMgr.h.

Constructor & Destructor Documentation

◆ ~IPyComponentMgr()

virtual IPyComponentMgr::~IPyComponentMgr ( )
virtualdefault

Destructor:

Member Function Documentation

◆ DeclareInterfaceID()

IPyComponentMgr::DeclareInterfaceID ( IPyComponentMgr  ,
,
 
)

◆ pyObject()

virtual PyObject* IPyComponentMgr::pyObject ( IPyComponent comp)
pure virtual

Retrieve a python object from the python world this returns a NEW reference to that python object.


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