Apache Ignite C++
Public Member Functions | List of all members
ignite::IgnitePredicate< T > Class Template Referenceabstract

IgnitePredicate base class. More...

#include <ignite_predicate.h>

Public Member Functions

virtual bool operator() (T &)=0
 
virtual ~IgnitePredicate ()
 Destructor.
 

Detailed Description

template<typename T>
class ignite::IgnitePredicate< T >

IgnitePredicate base class.

User should inherit from it to implement own predicate types.


The documentation for this class was generated from the following file: