Legion Runtime
|
#include <legion.h>
Public Member Functions | |
IndexPartitionT (const IndexPartition &rhs) | |
IndexPartitionT & | operator= (const IndexPartition &rhs) |
![]() | |
bool | operator== (const IndexPartition &rhs) const |
bool | operator!= (const IndexPartition &rhs) const |
bool | operator< (const IndexPartition &rhs) const |
bool | operator> (const IndexPartition &rhs) const |
std::size_t | hash (void) const |
IndexPartitionID | get_id (void) const |
IndexTreeID | 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 | IndexPartitionT (IndexPartitionID id, IndexTreeID tid) |
![]() | |
FRIEND_ALL_RUNTIME_CLASSES | IndexPartition (IndexPartitionID id, IndexTreeID tid, TypeTag tag) |
Additional Inherited Members | |
![]() | |
static const IndexPartition | NO_PART |
![]() | |
IndexPartitionID | id |
IndexTreeID | tid |
TypeTag | type_tag |
A templated index partition that captures the dimension and coordinate type of an index partition as template parameters for enhanced type checking and efficiency