The Gaudi Framework  master (37c0b60a)
GaudiConfig2.semantics.BoolSemantics Class Reference
Inheritance diagram for GaudiConfig2.semantics.BoolSemantics:
Collaboration diagram for GaudiConfig2.semantics.BoolSemantics:

Public Member Functions

def store (self, value)
 
- Public Member Functions inherited from GaudiConfig2.semantics.PropertySemantics
def __init__ (self, cpp_type)
 
def name (self)
 
def name (self, value)
 
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

 __handled_types__
 

Additional Inherited Members

- Public Attributes inherited from GaudiConfig2.semantics.PropertySemantics
 cpp_type
 

Detailed Description

Definition at line 136 of file semantics.py.

Member Function Documentation

◆ store()

def GaudiConfig2.semantics.BoolSemantics.store (   self,
  value 
)
Validation/transformation of the data to be stored.

Reimplemented from GaudiConfig2.semantics.PropertySemantics.

Definition at line 139 of file semantics.py.

139  def store(self, value):
140  return bool(value)
141 
142 

Member Data Documentation

◆ __handled_types__

GaudiConfig2.semantics.BoolSemantics.__handled_types__
staticprivate

Definition at line 137 of file semantics.py.


The documentation for this class was generated from the following file: