![]() |
Realm
A distributed, event-based tasking library
|
#include <hdf5_access.h>
Public Member Functions | |
| HDF5Piece (unsigned next_delta) | |
| unsigned | delta () const |
| const char * | dsetname () const |
| const Instruction * | next () 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 Instruction * | skip (size_t bytes) const |
| REALM_CUDA_HD const Instruction * | jump (unsigned delta) const |
Public Attributes | |
| unsigned short | dsetname_len |
| Rect< N, T > | bounds |
| Point< N, hdf5_size_t > | offset |
| int | dim_order [N] |
| bool | read_only |
Public Attributes inherited from Realm::PieceLookup::Instruction | |
| uint32_aligned_16 | data |
| Realm::PieceLookup::HDF5Piece< N, T >::HDF5Piece | ( | unsigned | next_delta | ) |
| unsigned Realm::PieceLookup::HDF5Piece< N, T >::delta | ( | ) | const |
| const char * Realm::PieceLookup::HDF5Piece< N, T >::dsetname | ( | ) | const |
| const Instruction * Realm::PieceLookup::HDF5Piece< N, T >::next | ( | ) | const |
| Rect<N, T> Realm::PieceLookup::HDF5Piece< N, T >::bounds |
| int Realm::PieceLookup::HDF5Piece< N, T >::dim_order[N] |
| unsigned short Realm::PieceLookup::HDF5Piece< N, T >::dsetname_len |
| Point<N, hdf5_size_t> Realm::PieceLookup::HDF5Piece< N, T >::offset |
| bool Realm::PieceLookup::HDF5Piece< N, T >::read_only |