Go to the documentation of this file.
38 : m_className(iClassName), m_type(
edm::TypeWithDict::
byName(iClassName)) {
76 if (
parse(
temp.c_str(), grammar.use_parser<1>() >> end_p, space_p).full) {
reco::parser::ExpressionPtr m_expr
static TypeWithDict byName(std::string const &name)
const char * baseExceptionWhat(const BaseException &e)
returns the appropriate 'what' message for the exception
std::string oldToNewFormat(const std::string &iExpression)
virtual ~FWExpressionEvaluator()
void setClassName(const std::string &)
double evalExpression(const void *) const
boost::spirit::classic::parser_error< reco::parser::SyntaxErrors > BaseException
void setExpression(const std::string &)
std::shared_ptr< ExpressionBase > ExpressionPtr
long indexFromNewFormatToOldFormat(const std::string &iNewFormat, long iNewFormatIndex, const std::string &iOldFormat)
const std::string & expression() const
FWExpressionEvaluator(const std::string &iExpression, const std::string &iClassName)