LAL  7.5.0.1-bede9b2
LALH5Generic Union Reference

Detailed Description

Incomplete type for a pointer to an HDF5 file or group or dataset.

The LALH5Generic is a union that is associated with a HDF5 file or group or dataset.

Definition at line 110 of file H5FileIO.h.

Data Fields

LALH5Objectgeneric
 Pointer to generic HDF5 object. More...
 
LALH5Filefile
 Pointer to a LALH5File file. More...
 
LALH5Datasetdset
 Pointer to a LALH5Dataset dataset. More...
 

Field Documentation

◆ generic

LALH5Object* LALH5Generic::generic

Pointer to generic HDF5 object.

Definition at line 111 of file H5FileIO.h.

◆ file

LALH5File* LALH5Generic::file

Pointer to a LALH5File file.

Definition at line 112 of file H5FileIO.h.

◆ dset

LALH5Dataset* LALH5Generic::dset

Pointer to a LALH5Dataset dataset.

Definition at line 113 of file H5FileIO.h.