ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, cpp_type) |
def | merge (self, a, b) |
Static Private Attributes | |
tuple | __handled_types__ = (re.compile(r"^mapMergeNoReplace<.*>$"),) |
Extend the mapping-semantics with a merge-method that merges two mappings as long as they do not have different values for the same key Use 'mapMergeNoReplace<T>' as fifth parameter of the Gaudi::Property<T> constructor to invoke this merging method.
Definition at line 26 of file AtlasSemantics.py.
def python.AtlasSemantics.MapMergeNoReplaceSemantics.__init__ | ( | self, | |
cpp_type | |||
) |
Definition at line 33 of file AtlasSemantics.py.
def python.AtlasSemantics.MapMergeNoReplaceSemantics.merge | ( | self, | |
a, | |||
b | |||
) |
Definition at line 36 of file AtlasSemantics.py.
|
staticprivate |
Definition at line 32 of file AtlasSemantics.py.