#include <Expressions.h>
Public Types | |
typedef ActON | ArgType |
typedef Value | RetType |
Public Member Functions | |
ExprUserFun (Value(ActON::*aFun)() const ) | |
RetType | operator() (const ArgType &x) const |
Private Attributes | |
RetType(ActON::* | mFun )() const |
Definition at line 82 of file Expressions.h.
typedef ActON reco::ExprUserFun< Value, ActON >::ArgType |
Definition at line 86 of file Expressions.h.
typedef Value reco::ExprUserFun< Value, ActON >::RetType |
Definition at line 85 of file Expressions.h.
|
inline |
|
inline |
Definition at line 91 of file Expressions.h.
References reco::ExprUserFun< Value, ActON >::mFun.
|
private |
Definition at line 95 of file Expressions.h.
Referenced by reco::ExprUserFun< Value, ActON >::ExprUserFun(), and reco::ExprUserFun< Value, ActON >::operator()().