Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 (const EvtPointPred &)
 EvtPointPred ()
result_type operator() (argument_type x)
 ~EvtPointPred ()

template<class Point>
class EvtPointPred< Point >


Member Typedef Documentation

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

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


Constructor & Destructor Documentation

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

00022 {}

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

00023 {}

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

00024 {}


Member Function Documentation

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

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


The documentation for this class was generated from the following file:
Generated on Wed Feb 2 16:08:36 2011 for BOSS6.5.5 by  doxygen 1.3.9.1