Go to the documentation of this file. 1 #ifndef HLTrigger_HLTfilters_TriggerExpressionOperators_h
2 #define HLTrigger_HLTfilters_TriggerExpressionOperators_h
18 std::unique_ptr<Evaluator>
m_arg;
45 void dump(std::ostream&
out)
const override {
62 void dump(std::ostream&
out)
const override {
80 void dump(std::ostream&
out)
const override {
98 void dump(std::ostream&
out)
const override {
107 #endif // HLTrigger_HLTfilters_TriggerExpressionOperators_h
std::unique_ptr< Evaluator > m_arg1
bool operator()(const Data &data) const override
void init(const Data &data) override
std::unique_ptr< Evaluator > m_arg2
std::unique_ptr< Evaluator > m_arg
BinaryOperator(Evaluator *arg1, Evaluator *arg2)
void init(const Data &data) override
bool operator()(const Data &data) const override
bool operator()(const Data &data) const override
OperatorNot(Evaluator *arg)
void dump(std::ostream &out) const override
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
char data[epos_bytes_allocation]
void dump(std::ostream &out) const override
OperatorAnd(Evaluator *arg1, Evaluator *arg2)
UnaryOperator(Evaluator *arg)
void dump(std::ostream &out) const override
OperatorXor(Evaluator *arg1, Evaluator *arg2)
OperatorOr(Evaluator *arg1, Evaluator *arg2)
void dump(std::ostream &out) const override
bool operator()(const Data &data) const override