Main Page
Namespaces
Classes
Package Documentation
CommonTools
Utils
src
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
#include <boost/shared_ptr.hpp>
14
#include <vector>
15
16
namespace
reco
{
17
namespace
parser
{
18
struct
ExpressionBase
;
19
20
typedef
std::vector<boost::shared_ptr<ExpressionBase> >
ExpressionStack
;
21
}
22
}
23
24
#endif
reco::parser::ExpressionBase
Definition:
ExpressionBase.h:18
reco::parser::ExpressionStack
std::vector< boost::shared_ptr< ExpressionBase > > ExpressionStack
Definition:
ExpressionStack.h:18
writedatasetfile.parser
parser
Definition:
writedatasetfile.py:7
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:44
Generated for CMSSW Reference Manual by
1.8.11