![]() |
The Gaudi Framework
v26r4
|
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 | |
tuple | _lib = ctypes.cdll.LoadLibrary(_libname) |
_instance = None | |
list | _functions_list |
list | n = f[0] |
tuple | func = getattr(_lib, n) |
|
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.
tuple GaudiPluginService.cpluginsvc.__all__ |
Definition at line 22 of file cpluginsvc.py.
string GaudiPluginService.cpluginsvc.__doc__ |
cpluginsvc is a ctypes-based wrapper for the C-exposed API of GaudiPluginService
Definition at line 2 of file cpluginsvc.py.
list GaudiPluginService.cpluginsvc._functions_list |
Definition at line 159 of file cpluginsvc.py.
GaudiPluginService.cpluginsvc._instance = None |
Definition at line 62 of file cpluginsvc.py.
tuple GaudiPluginService.cpluginsvc._lib = ctypes.cdll.LoadLibrary(_libname) |
Definition at line 45 of file cpluginsvc.py.
tuple GaudiPluginService.cpluginsvc._libname = None |
Definition at line 30 of file cpluginsvc.py.
Definition at line 218 of file cpluginsvc.py.
list GaudiPluginService.cpluginsvc.n = f[0] |
Definition at line 217 of file cpluginsvc.py.