ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, cpp_type) |
def | merge (self, b, a) |
Static Private Attributes | |
tuple | __handled_types__ = (re.compile(r"^appendList<.*>$"),) |
Extend the sequence-semantics with a merge-method that appends the lists Use 'appendList<T>' as fifth parameter of the Gaudi::Property<T> constructor to invoke this merging method. The template parameter is important, also in the string that forms the fifth argument.
Definition at line 11 of file AtlasSemantics.py.
def python.AtlasSemantics.AppendListSemantics.__init__ | ( | self, | |
cpp_type | |||
) |
Definition at line 19 of file AtlasSemantics.py.
def python.AtlasSemantics.AppendListSemantics.merge | ( | self, | |
b, | |||
a | |||
) |
Definition at line 22 of file AtlasSemantics.py.
|
staticprivate |
Definition at line 18 of file AtlasSemantics.py.