CMS 3D CMS Logo

ExpressionPtr.h

Go to the documentation of this file.
00001 #ifndef Parser_ExpressionPtr_h
00002 #define Parser_ExpressionPtr_h
00003 /* \class reco::parser::ExpressionPtr
00004  *
00005  * Shared pointer to Reflex Expression
00006  *
00007  * \author Luca Lista, INFN
00008  *
00009  * \version $Revision: 1.1 $
00010  *
00011  */
00012 #include <boost/shared_ptr.hpp>
00013 
00014 namespace reco {
00015   namespace parser {
00016     class ExpressionBase;
00017     typedef boost::shared_ptr<ExpressionBase> ExpressionPtr;
00018   }
00019 }
00020 
00021 #endif

Generated on Tue Jun 9 17:42:51 2009 for CMSSW by  doxygen 1.5.4