CMS 3D CMS Logo

ExpressionStack.h
Go to the documentation of this file.
1 #ifndef Parser_ExpressionStack_h
2 #define Parser_ExpressionStack_h
3 /* \class reco::parser::ExpressionStack
4  *
5  * Stack of parsed expressions
6  *
7  * \author original version: Chris Jones, Cornell,
8  * adapted by Luca Lista, INFN
9  *
10  * \version $Revision: 1.2 $
11  *
12  */
13 
14 #include <vector>
15 #include <memory>
16 
17 namespace reco {
18  namespace parser {
20 
21  typedef std::vector<std::shared_ptr<ExpressionBase> > ExpressionStack;
22  } // namespace parser
23 } // namespace reco
24 
25 #endif
std::vector< std::shared_ptr< ExpressionBase > > ExpressionStack
fixed size matrix