26#ifndef HLHDF_COMPOUND_H
27#define HLHDF_COMPOUND_H
void freeHL_CompoundTypeAttribute(HL_CompoundTypeAttribute *attr)
Frees one compound type attribute.
Definition hlhdf_compound.c:91
void freeHL_CompoundTypeDescription(HL_CompoundTypeDescription *typelist)
Frees the compound type, including all members.
Definition hlhdf_compound.c:100
HL_CompoundTypeDescription * newHL_CompoundTypeDescription(void)
Creates a compound type description list.
Definition hlhdf_compound.c:65
int addHL_CompoundTypeAttribute(HL_CompoundTypeDescription *typelist, HL_CompoundTypeAttribute *attribute)
Adds a compound type attribute to the type description.
Definition hlhdf_compound.c:120
HL_CompoundTypeAttribute * newHL_CompoundTypeAttribute(char *attrname, size_t offset, const char *format, size_t size, int ndims, size_t *dims)
Creates a compound attribute member node.
Definition hlhdf_compound.c:33
HL_CompoundTypeDescription * copyHL_CompoundTypeDescription(HL_CompoundTypeDescription *descr)
Copies the compound type descriptor.
Definition hlhdf_compound.c:151
Type definitions that are used in HLHDF.
This type is designed to describe an individual node with a complicated structure,...
Definition hlhdf_types.h:261
This type is a list of HL_CompoundTypeAttributes.
Definition hlhdf_types.h:276