CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ExpressionPtr.h
Go to the documentation of this file.
1 #ifndef Parser_ExpressionPtr_h
2 #define Parser_ExpressionPtr_h
3 /* \class reco::parser::ExpressionPtr
4  *
5  * Shared pointer to Expression
6  *
7  * \author Luca Lista, INFN
8  *
9  * \version $Revision: 1.2 $
10  *
11  */
12 #include <boost/shared_ptr.hpp>
13 
14 namespace reco {
15  namespace parser {
16  struct ExpressionBase;
17  typedef boost::shared_ptr<ExpressionBase> ExpressionPtr;
18  }
19 }
20 
21 #endif
boost::shared_ptr< ExpressionBase > ExpressionPtr