![]() |
The Gaudi Framework
master (76fc3702)
|


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 766 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.__init__ | ( | self, | |
| cpp_type ) |
Definition at line 769 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.default | ( | self, | |
| value ) |
Definition at line 791 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 804 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.name | ( | self | ) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 776 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.name | ( | self, | |
| value ) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 780 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.opt_value | ( | self, | |
| value ) |
Option string version of value.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 796 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 785 of file semantics.py.
|
staticprivate |
Definition at line 767 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.key_semantics = getSemanticsFor(template_args[0]) |
Definition at line 772 of file semantics.py.
| GaudiConfig2.semantics.MappingSemantics.value_semantics = getSemanticsFor(template_args[1]) |
Definition at line 773 of file semantics.py.