![]() |
The Gaudi Framework
master (1304469f)
|


Public Member Functions | |
| __init__ (self, cpp_type) | |
| name (self) | |
| name (self, value) | |
| store (self, value) | |
| default (self, value) | |
| opt_value (self, value) | |
| merge (self, a, b) | |
Public Member Functions inherited from GaudiConfig2.semantics.PropertySemantics | |
| __init__ (self, cpp_type) | |
| cpp_type (self) | |
| cpp_type (self, value) | |
| load (self, value) | |
| is_set (self, value) | |
Public Attributes | |
| key_semantics = getSemanticsFor(template_args[0]) | |
| value_semantics = getSemanticsFor(template_args[1]) | |
Public Attributes inherited from GaudiConfig2.semantics.PropertySemantics | |
| cpp_type = cpp_type | |
Static Private Attributes | |
| tuple | __handled_types__ = (re.compile(r"(std::)?(unordered_)?map<.*>$"),) |
Additional Inherited Members | |
Protected Attributes inherited from GaudiConfig2.semantics.PropertySemantics | |
| _name = None | |
| _cpp_type = value | |
Definition at line 671 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.__init__ | ( | self, | |
| cpp_type ) |
Definition at line 674 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.default | ( | self, | |
| value ) |
Definition at line 696 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.merge | ( | self, | |
| a, | |||
| b ) |
Merge two maps. Throw ValueError if there are conflicting key/value pairs.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 709 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.name | ( | self | ) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 681 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.name | ( | self, | |
| value ) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 685 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.opt_value | ( | self, | |
| value ) |
Option string version of value.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 701 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.store | ( | self, | |
| value ) |
Validation/transformation of the data to be stored.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 690 of file semantics.py.
|
staticprivate |
Definition at line 672 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.key_semantics = getSemanticsFor(template_args[0]) |
Definition at line 677 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.value_semantics = getSemanticsFor(template_args[1]) |
Definition at line 678 of file semantics.py.