BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
BALL::UnaryPredicate< T > Class Template Reference

#include <BALL/CONCEPT/predicate.h>

Inheritance diagram for BALL::UnaryPredicate< T >:

Public Member Functions

virtual ~UnaryPredicate ()
 
Predicates
virtual bool operator() (const T &) const
 

Detailed Description

template<typename T>
class BALL::UnaryPredicate< T >

Generic Unary Predicate Class

Definition at line 28 of file CONCEPT/predicate.h.

Constructor & Destructor Documentation

template<typename T>
virtual BALL::UnaryPredicate< T >::~UnaryPredicate ( )
inlinevirtual

Definition at line 33 of file CONCEPT/predicate.h.

Member Function Documentation

template<typename T>
bool BALL::UnaryPredicate< T >::operator() ( const T &  ) const
virtual