Legion Runtime
|
#include <legion.h>
Public Member Functions | |
LogicalPartitionT (const LogicalPartition &rhs) | |
LogicalPartitionT & | operator= (const LogicalPartition &rhs) |
![]() | |
bool | operator== (const LogicalPartition &rhs) const |
bool | operator!= (const LogicalPartition &rhs) const |
bool | operator< (const LogicalPartition &rhs) const |
std::size_t | hash (void) const |
IndexPartition | get_index_partition (void) const |
FieldSpace | get_field_space (void) const |
RegionTreeID | get_tree_id (void) const |
bool | exists (void) const |
TypeTag | get_type_tag (void) const |
int | get_dim (void) const |
Protected Member Functions | |
FRIEND_ALL_RUNTIME_CLASSES | LogicalPartitionT (RegionTreeID tid, IndexPartition pid, FieldSpace field) |
![]() | |
FRIEND_ALL_RUNTIME_CLASSES | LogicalPartition (RegionTreeID tid, IndexPartition pid, FieldSpace field) |
Additional Inherited Members | |
![]() | |
static const LogicalPartition | NO_PART |
![]() | |
RegionTreeID | tree_id |
IndexPartition | index_partition |
FieldSpace | field_space |
A templated logical partition that captures the dimension and coordinate type of an logical partition as template parameters for enhanced type checking and efficiency