


Public Member Functions | |
| __init__ (self, cpp_type, valueSem=None) | |
| name (self) | |
| name (self, value) | |
| store (self, value) | |
| default (self, value) | |
| opt_value (self, value) | |
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) | |
| merge (self, a, b) | |
Public Attributes | |
| value_semantics | |
Public Attributes inherited from GaudiConfig2.semantics.PropertySemantics | |
| cpp_type = cpp_type | |
Static Private Attributes | |
| tuple | __handled_types__ = (re.compile(r"(std::)?(vector|list)<.*>$"),) |
Additional Inherited Members | |
Protected Attributes inherited from GaudiConfig2.semantics.PropertySemantics | |
| _name = None | |
| _cpp_type = value | |
Definition at line 427 of file semantics.py.
| GaudiConfig2.semantics.SequenceSemantics.__init__ | ( | self, | |
| cpp_type, | |||
| valueSem = None ) |
Definition at line 430 of file semantics.py.
| GaudiConfig2.semantics.SequenceSemantics.default | ( | self, | |
| value ) |
Definition at line 456 of file semantics.py.
| GaudiConfig2.semantics.SequenceSemantics.name | ( | self | ) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 437 of file semantics.py.
| GaudiConfig2.semantics.SequenceSemantics.name | ( | self, | |
| value ) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 441 of file semantics.py.
| GaudiConfig2.semantics.SequenceSemantics.opt_value | ( | self, | |
| value ) |
Option string version of value.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 461 of file semantics.py.
| GaudiConfig2.semantics.SequenceSemantics.store | ( | self, | |
| value ) |
Validation/transformation of the data to be stored.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 445 of file semantics.py.
|
staticprivate |
Definition at line 428 of file semantics.py.
| GaudiConfig2.semantics.SequenceSemantics.value_semantics |
Definition at line 432 of file semantics.py.