Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::PieceLookup::HDF5Piece< N, T > Struct Template Reference

#include <hdf5_access.h>

Inheritance diagram for Realm::PieceLookup::HDF5Piece< N, T >:
Collaboration diagram for Realm::PieceLookup::HDF5Piece< N, T >:

Public Member Functions

 HDF5Piece (unsigned next_delta)
 
unsigned delta () const
 
const char * dsetname () const
 
const Instructionnext () const
 
- Public Member Functions inherited from Realm::PieceLookup::Instruction
 REALM_ALIGNED_TYPE_CONST (uint32_aligned_16, uint32_t, 16)
 
 Instruction (uint32_t _data)
 
REALM_CUDA_HD Opcodes::Opcode opcode () const
 
REALM_CUDA_HD const Instructionskip (size_t bytes) const
 
REALM_CUDA_HD const Instructionjump (unsigned delta) const
 

Public Attributes

unsigned short dsetname_len
 
Rect< N, T > bounds
 
Point< N, hdf5_size_toffset
 
int dim_order [N]
 
bool read_only
 
- Public Attributes inherited from Realm::PieceLookup::Instruction
uint32_aligned_16 data
 

Constructor & Destructor Documentation

◆ HDF5Piece()

template<int N, typename T >
Realm::PieceLookup::HDF5Piece< N, T >::HDF5Piece ( unsigned  next_delta)

Member Function Documentation

◆ delta()

template<int N, typename T >
unsigned Realm::PieceLookup::HDF5Piece< N, T >::delta ( ) const

◆ dsetname()

template<int N, typename T >
const char * Realm::PieceLookup::HDF5Piece< N, T >::dsetname ( ) const

◆ next()

template<int N, typename T >
const Instruction * Realm::PieceLookup::HDF5Piece< N, T >::next ( ) const

Member Data Documentation

◆ bounds

template<int N, typename T >
Rect<N, T> Realm::PieceLookup::HDF5Piece< N, T >::bounds

◆ dim_order

template<int N, typename T >
int Realm::PieceLookup::HDF5Piece< N, T >::dim_order[N]

◆ dsetname_len

template<int N, typename T >
unsigned short Realm::PieceLookup::HDF5Piece< N, T >::dsetname_len

◆ offset

template<int N, typename T >
Point<N, hdf5_size_t> Realm::PieceLookup::HDF5Piece< N, T >::offset

◆ read_only

template<int N, typename T >
bool Realm::PieceLookup::HDF5Piece< N, T >::read_only

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