CMS 3D CMS Logo

ExpressionConditionSetter.cc
Go to the documentation of this file.
3 
4 using namespace reco::parser;
5 
6 void ExpressionConditionSetter::operator()(const char *, const char *) const {
8  ExpressionPtr e(ep);
9  expStack_.push_back(e);
10 }
void operator()(const char *, const char *) const
boost::shared_ptr< ExpressionBase > ExpressionPtr