#include <Expressions.h>
Public Member Functions | |
virtual ExprBase * | clone () |
ExprBase () | |
virtual bool | operator() (const T &x) const |
Definition at line 10 of file Expressions.h.
reco::ExprBase< T >::ExprBase | ( | ) | [inline] |
Definition at line 12 of file Expressions.h.
Referenced by reco::ExprBase< AnExpr::RetType >::clone().
{};
virtual ExprBase* reco::ExprBase< T >::clone | ( | void | ) | [inline, virtual] |
Definition at line 14 of file Expressions.h.
Referenced by reco::Selector< Type >::operator=().
{ return new ExprBase(*this);}
virtual bool reco::ExprBase< T >::operator() | ( | const T & | x | ) | const [inline, virtual] |
Definition at line 13 of file Expressions.h.
{ return 1;}