Jpp
master_rocky-40-g5f0272dcd
the software that should make you happy
|
Auxiliary class to handle pointer to match function. More...
#include <JMatch.hh>
Public Types | |
typedef bool(* | pFun) (const JHit_t &, const JHit_t &) |
pointer to match function More... | |
typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
JMatchHelper (pFun match) | |
Constructor. More... | |
virtual bool | operator() (const JHit_t &first, const JHit_t &second) const override |
Match operator. More... | |
virtual clone_type | clone () const override |
Get clone of this object. More... | |
Protected Attributes | |
pFun | match |
Auxiliary class to handle pointer to match function.
typedef bool(* JTRIGGER::JMatchHelper< JHit_t >::pFun) (const JHit_t &, const JHit_t &) |
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
Constructor.
match | pointer to match function |
|
inlineoverridevirtual |
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, JPHYSICS::JPD0Transformer_t< JArgument_t >, and JPHYSICS::JPDFTransformer_t< JArgument_t >.
Definition at line 69 of file JClonable.hh.
|
protected |