Legion Runtime
Public Member Functions | Public Attributes | List of all members
Legion::PredicateLauncher Struct Reference

#include <legion.h>

Public Member Functions

 PredicateLauncher (bool and_op=true)
 
void add_predicate (const Predicate &pred)
 

Public Attributes

bool and_op
 
std::vector< Predicatepredicates
 
std::string provenance
 

Detailed Description

Predicate launchers are used for merging several predicates into a new predicate either by an 'AND' or an 'OR' operation.

See also
Runtime

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