Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::QueryPredicate< T, T2 > Class Template Referenceabstract

#include <machine_impl.h>

Inheritance diagram for Realm::QueryPredicate< T, T2 >:

Public Member Functions

virtual ~QueryPredicate (void)
 
virtual QueryPredicate< T, T2 > * clone (void) const =0
 
virtual bool matches_predicate (const MachineImpl *machine, T thing, const T2 *info=0) const =0
 

Constructor & Destructor Documentation

◆ ~QueryPredicate()

template<typename T , typename T2 >
virtual Realm::QueryPredicate< T, T2 >::~QueryPredicate ( void  )
inlinevirtual

Member Function Documentation

◆ clone()

template<typename T , typename T2 >
virtual QueryPredicate< T, T2 > * Realm::QueryPredicate< T, T2 >::clone ( void  ) const
pure virtual

◆ matches_predicate()

template<typename T , typename T2 >
virtual bool Realm::QueryPredicate< T, T2 >::matches_predicate ( const MachineImpl machine,
thing,
const T2 *  info = 0 
) const
pure virtual

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