#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 |
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.
1.8.6