![]() |
The Gaudi Framework
v26r0
|
Public Member Functions | |
def | name |
def | library |
def | type |
def | rtype |
def | classname |
def | properties |
def | load |
def | __repr__ |
Static Private Attributes | |
list | _fields_ |
Factory holds informations about a component's factory: - its name - the library hosting that component - the type of component (algorithm, service, tool, ...) - the return type of this factory - the C++ class name of that component - the properties which may decorate that component.
Definition at line 78 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.__repr__ | ( | self | ) |
Definition at line 127 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.classname | ( | self | ) |
Definition at line 110 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.library | ( | self | ) |
Definition at line 98 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.load | ( | self | ) |
def GaudiPluginService.cpluginsvc.Factory.name | ( | self | ) |
Definition at line 94 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.properties | ( | self | ) |
Definition at line 114 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.rtype | ( | self | ) |
Definition at line 106 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.type | ( | self | ) |
Definition at line 102 of file cpluginsvc.py.
|
staticprivate |
Definition at line 88 of file cpluginsvc.py.