CMS 3D CMS Logo

IgCapabilityDB.h

Go to the documentation of this file.
00001 #ifndef IGUANA_FRAMEWORK_IG_CAPABILITY_DB_H
00002 # define IGUANA_FRAMEWORK_IG_CAPABILITY_DB_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Framework/interface/config.h"
00007 # include "Iguana/Framework/interface/IgPluginFactory.h"
00008 
00009 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00010 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00011 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00012 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00013 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00014 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00015 
00016 class IGUANA_FRAMEWORK_API IgCapabilityDB
00017     : public IgPluginFactory<void>
00018 {
00019 public:
00020     static IgCapabilityDB *get (void);
00021 
00022 private:
00023     IgCapabilityDB (void);
00024     static IgCapabilityDB s_instance;
00025 };
00026 
00027 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00028 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00029 
00030 #endif // IGUANA_FRAMEWORK_IG_CAPABILITY_DB_H

Generated on Tue Jun 9 17:38:13 2009 for CMSSW by  doxygen 1.5.4