![]() |
The Gaudi Framework
v36r9 (fd2bdac3)
|
Public Member Functions | |
def | __init__ (self, cpp_type, name=None) |
def | store (self, value) |
def | default (self, value) |
def | opt_value (self, value) |
![]() | |
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 | |
![]() | |
name | |
cpp_type | |
Static Private Attributes | |
tuple | __handled_types__ = (re.compile(r"(std::)?(unordered_)?map<.*>$"),) |
Definition at line 473 of file semantics.py.
def GaudiConfig2.semantics.MappingSemantics.__init__ | ( | self, | |
cpp_type, | |||
name = None |
|||
) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 476 of file semantics.py.
def GaudiConfig2.semantics.MappingSemantics.default | ( | self, | |
value | |||
) |
Definition at line 487 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 492 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 482 of file semantics.py.
|
staticprivate |
Definition at line 474 of file semantics.py.
GaudiConfig2.semantics.MappingSemantics.key_semantics |
Definition at line 479 of file semantics.py.
GaudiConfig2.semantics.MappingSemantics.value_semantics |
Definition at line 480 of file semantics.py.