Jpp
|
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 JClass_t * | clone_type |
Type definition of return value of method clone(). More... | |
Public Member Functions | |
JMatchHelper (pFun __match) | |
Constructor. More... | |
JMatch< JHit_t > * | clone () const |
Clone object. More... | |
virtual bool | operator() (const JHit_t &first, const JHit_t &second) const |
Match operator. 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 |
Type definition of return value of method clone().
Definition at line 25 of file JClonable.hh.
|
inline |
Constructor.
__match | pointer to match function |
|
inlinevirtual |
Clone object.
Implements JLANG::JClonable< JClass_t >.
Definition at line 76 of file JMatch.hh.
|
inlinevirtual |
Match operator.
first | hit |
second | hit |
Implements JTRIGGER::JMatch< JHit_t >.
Definition at line 89 of file JMatch.hh.
|
protected |