![]() |
The Gaudi Framework
v28r2
|
Classes | |
| class | Factory |
| class | Property |
| class | Registry |
Functions | |
| def | _get_filename () |
| def | registry () |
| def | factories () |
Variables | |
| string | __doc__ |
| cpluginsvc is a ctypes-based wrapper for the C-exposed API of GaudiPluginService More... | |
| tuple | __all__ |
| _libname = None | |
| _lib = ctypes.cdll.LoadLibrary(_libname) | |
| _instance = None | |
| list | _functions_list |
| n = f[0] | |
| func = getattr(_lib, n) | |
| argtypes | |
| restype | |
| errcheck | |
|
private |
Definition at line 31 of file cpluginsvc.py.
| def GaudiPluginService.cpluginsvc.factories | ( | ) |
factories returns the list of components factory informations known to the plugin service
Definition at line 72 of file cpluginsvc.py.
| def GaudiPluginService.cpluginsvc.registry | ( | ) |
registry returns the singleton-like instance of the plugin service.
Definition at line 63 of file cpluginsvc.py.
|
private |
Definition at line 22 of file cpluginsvc.py.
|
private |
cpluginsvc is a ctypes-based wrapper for the C-exposed API of GaudiPluginService
Definition at line 2 of file cpluginsvc.py.
|
private |
Definition at line 159 of file cpluginsvc.py.
|
private |
Definition at line 62 of file cpluginsvc.py.
|
private |
Definition at line 45 of file cpluginsvc.py.
|
private |
Definition at line 30 of file cpluginsvc.py.
| GaudiPluginService.cpluginsvc.argtypes |
Definition at line 219 of file cpluginsvc.py.
| GaudiPluginService.cpluginsvc.errcheck |
Definition at line 221 of file cpluginsvc.py.
Definition at line 218 of file cpluginsvc.py.
| GaudiPluginService.cpluginsvc.n = f[0] |
Definition at line 217 of file cpluginsvc.py.
| GaudiPluginService.cpluginsvc.restype |
Definition at line 220 of file cpluginsvc.py.