![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| register (cls, name, value) | |
| exists (cls, name) | |
| load (cls, name) | |
| loadAll (cls) | |
Static Protected Attributes | |
| dict | _plugins = {} |
A simple plugin registration.
Definition at line 135 of file acmdlib.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.acmdlib.Plugins.exists | ( | cls, | |
| name ) |
Check if plugin exists
Definition at line 147 of file acmdlib.py.
| python.acmdlib.Plugins.load | ( | cls, | |
| name ) |
Load given plugin and return it
Definition at line 153 of file acmdlib.py.
| python.acmdlib.Plugins.loadAll | ( | cls | ) |
Load all plugins
Definition at line 162 of file acmdlib.py.
| python.acmdlib.Plugins.register | ( | cls, | |
| name, | |||
| value ) |
Register plugin
Definition at line 141 of file acmdlib.py.
|
staticprotected |
Definition at line 138 of file acmdlib.py.