H5LD_construct_vector

fnvoid * H5LD_construct_vector(hid_t did, const char * fields)

Constructs a vector of offsets/sizes for field access.

Creates a vector containing offsets and sizes for accessing specific fields within a compound datatype.

Parameters

didDataset identifier
fieldsComma-separated list of field names

Returns

Pointer to vector on success, NULL on failure.

The returned vector must be freed with H5LD_clean_vector().