CMS 3D CMS Logo

IgPluginCapabilities.h

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

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