CMS 3D CMS Logo

Classes | Typedefs
edm::pathStatusExpression Namespace Reference

Classes

class  BeginParenthesis
 
class  BinaryOperator
 
class  Evaluator
 
class  Grammar
 
class  NotOperator
 
class  Operand
 
class  ShuntingYardAlgorithm
 

Typedefs

using AndOperator = BinaryOperator< std::logical_and< bool > >
 
using OrOperator = BinaryOperator< std::logical_or< bool > >
 

Typedef Documentation

◆ AndOperator

using edm::pathStatusExpression::AndOperator = typedef BinaryOperator<std::logical_and<bool> >

Definition at line 182 of file PathStatusFilter.cc.

◆ OrOperator

using edm::pathStatusExpression::OrOperator = typedef BinaryOperator<std::logical_or<bool> >

Definition at line 183 of file PathStatusFilter.cc.