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

#include <legion.h>

Public Member Functions

 FieldSpaceRequirement (FieldSpace _handle, AllocateMode _priv, bool _verified=false)
 
bool operator< (const FieldSpaceRequirement &req) const
 
bool operator== (const FieldSpaceRequirement &req) const
 

Public Attributes

FieldSpace handle
 
AllocateMode privilege
 
bool verified
 

Detailed Description

Deprecated:
Field space requirements can be used to specify that a task requires additional privileges on a field spaces such as the ability to allocate and free fields.

This class is maintained for backwards compatibility with Legion applications written to previous versions of this interface and can safely be ignored for newer programs.


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