HL-HDF
HL_CompoundTypeAttribute Struct Reference

This type is designed to describe an individual node with a complicated structure, ie. More...

#include <hlhdf_types.h>

Public Attributes

char attrname [256]
 name of the attribute
size_t offset
 offset in the structure, use HOFFSET in HDF5
size_t size
 size of the data field
char format [256]
 format specifier, format specifier
int ndims
 number of dimensions
size_t dims [4]
 dimensions, max 4

Detailed Description

This type is designed to describe an individual node with a complicated structure, ie.

one which consists of more than atomic data types. It contains all the information required to interpret the contents of the node.

Member Data Documentation

◆ attrname

char HL_CompoundTypeAttribute::attrname[256]

name of the attribute

◆ dims

size_t HL_CompoundTypeAttribute::dims[4]

dimensions, max 4

◆ format

char HL_CompoundTypeAttribute::format[256]

format specifier, format specifier

◆ ndims

int HL_CompoundTypeAttribute::ndims

number of dimensions

◆ offset

size_t HL_CompoundTypeAttribute::offset

offset in the structure, use HOFFSET in HDF5

◆ size

size_t HL_CompoundTypeAttribute::size

size of the data field


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