Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::FieldDataDescriptor< IS, FT > Class Template Reference

#include <indexspace.h>

Collaboration diagram for Realm::FieldDataDescriptor< IS, FT >:

Public Attributes

IS index_space
 
RegionInstance inst
 
size_t field_offset
 

Detailed Description

template<typename IS, typename FT>
class Realm::FieldDataDescriptor< IS, FT >

A template class used to describe field data provided for partitioning operations. IS is the type of the index space that defines the domain dimensionality and base type.

Member Data Documentation

◆ field_offset

template<typename IS , typename FT >
size_t Realm::FieldDataDescriptor< IS, FT >::field_offset

◆ index_space

template<typename IS , typename FT >
IS Realm::FieldDataDescriptor< IS, FT >::index_space

◆ inst

template<typename IS , typename FT >
RegionInstance Realm::FieldDataDescriptor< IS, FT >::inst

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