![]() |
The Gaudi Framework
v37r0 (b608885e)
|


Public Member Functions | |
| def | __init__ (self, cpp_type, name=None) |
| def | name (self) |
| def | name (self, value) |
| def | store (self, value) |
| def | default (self, value) |
| def | opt_value (self, value) |
Public Member Functions inherited from GaudiConfig2.semantics.PropertySemantics | |
| def | cpp_type (self) |
| def | cpp_type (self, value) |
| def | load (self, value) |
| def | is_set (self, value) |
| def | merge (self, a, b) |
Public Attributes | |
| key_semantics | |
| value_semantics | |
Public Attributes inherited from GaudiConfig2.semantics.PropertySemantics | |
| cpp_type | |
Private Attributes | |
| _name | |
Static Private Attributes | |
| __handled_types__ | |
Definition at line 478 of file semantics.py.
| def GaudiConfig2.semantics.MappingSemantics.__init__ | ( | self, | |
| cpp_type, | |||
name = None |
|||
| ) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 481 of file semantics.py.
| def GaudiConfig2.semantics.MappingSemantics.default | ( | self, | |
| value | |||
| ) |
Definition at line 504 of file semantics.py.
| def GaudiConfig2.semantics.MappingSemantics.name | ( | self | ) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 490 of file semantics.py.
| def GaudiConfig2.semantics.MappingSemantics.name | ( | self, | |
| value | |||
| ) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 494 of file semantics.py.
| def GaudiConfig2.semantics.MappingSemantics.opt_value | ( | self, | |
| value | |||
| ) |
Option string version of value.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 509 of file semantics.py.
| def GaudiConfig2.semantics.MappingSemantics.store | ( | self, | |
| value | |||
| ) |
Validation/transformation of the data to be stored.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 499 of file semantics.py.
|
staticprivate |
Definition at line 479 of file semantics.py.
|
private |
Definition at line 495 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.key_semantics |
Definition at line 484 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.value_semantics |
Definition at line 486 of file semantics.py.