![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|


Public Member Functions | |
| def | __init__ (self, cpp_type, name=None) |
| 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 | |
| name | |
| cpp_type | |
Static Private Attributes | |
| tuple | __handled_types__ = (re.compile(r'(std::)?(unordered_)?map<.*>$'), ) |
Definition at line 416 of file semantics.py.
| def GaudiConfig2.semantics.MappingSemantics.__init__ | ( | self, | |
| cpp_type, | |||
name = None |
|||
| ) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 419 of file semantics.py.
| def GaudiConfig2.semantics.MappingSemantics.default | ( | self, | |
| value | |||
| ) |
Definition at line 430 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 435 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 425 of file semantics.py.
|
staticprivate |
Definition at line 417 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.key_semantics |
Definition at line 422 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.value_semantics |
Definition at line 423 of file semantics.py.