![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|


Public Member Functions | |
| def | store (self, value) |
Public Member Functions inherited from GaudiConfig2.semantics.PropertySemantics | |
| def | __init__ (self, cpp_type, name=None) |
| def | cpp_type (self) |
| def | cpp_type (self, value) |
| def | load (self, value) |
| def | is_set (self, value) |
| def | opt_value (self, value) |
| def | merge (self, a, b) |
Static Private Attributes | |
| tuple | __handled_types__ = ('std::string', ) |
Additional Inherited Members | |
Public Attributes inherited from GaudiConfig2.semantics.PropertySemantics | |
| name | |
| cpp_type | |
Definition at line 92 of file semantics.py.
| def GaudiConfig2.semantics.StringSemantics.store | ( | self, | |
| value | |||
| ) |
Validation/transformation of the data to be stored.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 95 of file semantics.py.
|
staticprivate |
Definition at line 93 of file semantics.py.