EvtPointPred< Point > Class Template Reference

#include <EvtPointPred.hh>

List of all members.

Public Types

typedef Point argument_type
typedef bool result_type

Public Member Functions

 EvtPointPred ()
 EvtPointPred (const EvtPointPred &)
 ~EvtPointPred ()
result_type operator() (argument_type x)


Detailed Description

template<class Point>
class EvtPointPred< Point >

Definition at line 16 of file EvtPointPred.hh.


Member Typedef Documentation

template<class Point>
typedef Point EvtPointPred< Point >::argument_type

Definition at line 19 of file EvtPointPred.hh.

template<class Point>
typedef bool EvtPointPred< Point >::result_type

Definition at line 20 of file EvtPointPred.hh.


Constructor & Destructor Documentation

template<class Point>
EvtPointPred< Point >::EvtPointPred (  )  [inline]

Definition at line 22 of file EvtPointPred.hh.

00022 {}

template<class Point>
EvtPointPred< Point >::EvtPointPred ( const EvtPointPred< Point > &   )  [inline]

Definition at line 23 of file EvtPointPred.hh.

00023 {}

template<class Point>
EvtPointPred< Point >::~EvtPointPred (  )  [inline]

Definition at line 24 of file EvtPointPred.hh.

00024 {}


Member Function Documentation

template<class Point>
result_type EvtPointPred< Point >::operator() ( argument_type  x  )  [inline]

Definition at line 26 of file EvtPointPred.hh.

00027   {
00028     return x.isValid();
00029   }


Generated on Tue Nov 29 23:19:13 2016 for BOSS_7.0.2 by  doxygen 1.4.7