Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Member Functions | Public Attributes

GaudiPython::Persistency::PersistencyHelper Class Reference

Inheritance diagram for GaudiPython::Persistency::PersistencyHelper:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def handle

Public Attributes

 types

Detailed Description

Base class for extensions to persistency configuration in GaudiPython.

Definition at line 75 of file Persistency.py.


Constructor & Destructor Documentation

def GaudiPython::Persistency::PersistencyHelper::__init__ (   self,
  types 
)
Define the type of persistencies supported by the instance.

Definition at line 79 of file Persistency.py.

00080                              :
00081         """
00082         Define the type of persistencies supported by the instance.
00083         """
        self.types = set(types)

Member Function Documentation

def GaudiPython::Persistency::PersistencyHelper::handle (   self,
  typ 
)
Returns True if the current instance understands the requested
persistency type.

Definition at line 84 of file Persistency.py.

00085                          :
00086         """
00087         Returns True if the current instance understands the requested
00088         persistency type.
00089         """
00090         return typ in self.types


Member Data Documentation

Definition at line 81 of file Persistency.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:53:34 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004