PyFrame::Registry::Registry::Registry::Singleton Class Reference

Class used with this Python singleton design pattern. More...

List of all members.

Public Member Functions

def __init__
def register

Public Attributes

 foo
 a foo class variable
 store


Detailed Description

Class used with this Python singleton design pattern.

Todo:
Add all variables, and methods needed for the Singleton class below

Member Function Documentation

def PyFrame::Registry::Registry::Registry::Singleton::__init__ (   self  ) 

00008                                   :
00009                         ## a foo class variable
00010                         self.foo = None
00011                         self.store = {}
                def register(self, label, obj):

def PyFrame::Registry::Registry::Registry::Singleton::register (   self,
  label,
  obj 
)

00012                                               :
00013                         self.store[label] = obj
00014  
00015         ## The constructor
        #  @param self The object pointer.


Member Data Documentation

PyFrame::Registry::Registry::Registry::Singleton::foo

a foo class variable

PyFrame::Registry::Registry::Registry::Singleton::store


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

Generated on Wed Oct 14 16:45:09 2009 for PyFrame by  doxygen 1.5.8