CMS 3D CMS Logo

IgTextRep.h

Go to the documentation of this file.
00001 #ifndef IGUANA_MODELS_IG_TEXT_REP_H
00002 # define IGUANA_MODELS_IG_TEXT_REP_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Models/interface/config.h"
00007 # include "Iguana/Framework/interface/IgRep.h"
00008 # include <string>
00009 
00010 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00011 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00012 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00013 
00014 class IgTextModel;
00015 
00016 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00017 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00018 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00019 
00020 class IGUANA_MODELS_API IgTextRep : public IgRep
00021 {
00022 public:
00023     ~IgTextRep (void);
00024     // default constructor
00025     // default copy constructor
00026     // default assignment operator
00027 
00028     virtual const std::string & text (void) const = 0;
00029     virtual void                setText (const std::string &text) = 0;
00030 };
00031 
00032 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00033 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00034 
00035 #endif // IGUANA_MODELS_IG_TEXT_REP_H

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