![]() |
The Gaudi Framework
v36r16 (ea80daf8)
|
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 | |
__handled_types__ | |
Definition at line 470 of file semantics.py.
def GaudiConfig2.semantics.MappingSemantics.__init__ | ( | self, | |
cpp_type, | |||
name = None |
|||
) |
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 473 of file semantics.py.
def GaudiConfig2.semantics.MappingSemantics.default | ( | self, | |
value | |||
) |
Definition at line 484 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 489 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 479 of file semantics.py.
|
staticprivate |
Definition at line 471 of file semantics.py.
GaudiConfig2.semantics.MappingSemantics.key_semantics |
Definition at line 476 of file semantics.py.
GaudiConfig2.semantics.MappingSemantics.value_semantics |
Definition at line 477 of file semantics.py.