The Gaudi Framework
master (37c0b60a)
|
Public Member Functions | |
def | __init__ (self, cpp_type) |
def | name (self) |
def | name (self, value) |
def | store (self, value) |
def | default (self, value) |
def | opt_value (self, value) |
Public Member Functions inherited from GaudiConfig2.semantics.PropertySemantics | |
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 | |
Public Attributes inherited from GaudiConfig2.semantics.PropertySemantics | |
cpp_type | |
Private Attributes | |
_name | |
Static Private Attributes | |
__handled_types__ | |
Definition at line 588 of file semantics.py.
def GaudiConfig2.semantics.MappingSemantics.__init__ | ( | self, | |
cpp_type | |||
) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 591 of file semantics.py.
def GaudiConfig2.semantics.MappingSemantics.default | ( | self, | |
value | |||
) |
Definition at line 613 of file semantics.py.
def GaudiConfig2.semantics.MappingSemantics.name | ( | self | ) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 598 of file semantics.py.
def GaudiConfig2.semantics.MappingSemantics.name | ( | self, | |
value | |||
) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 602 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 618 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 607 of file semantics.py.
|
staticprivate |
Definition at line 589 of file semantics.py.
|
private |
Definition at line 603 of file semantics.py.
GaudiConfig2.semantics.MappingSemantics.key_semantics |
Definition at line 594 of file semantics.py.
GaudiConfig2.semantics.MappingSemantics.value_semantics |
Definition at line 595 of file semantics.py.