HL-HDF
HL_CompoundTypeDescription Struct Reference

This type is a list of HL_CompoundTypeAttributes. More...

#include <hlhdf_types.h>

Public Attributes

char hltypename [256]
 this types name if any
 
unsigned long objno [2]
 the unique identifier for this type
 
size_t size
 the size of this type
 
int nAttrs
 the number of attributes defining this type
 
int nAllocAttrs
 the number of allocated attributes
 
HL_CompoundTypeAttribute ** attrs
 points at the different attributes that defines this type, max index is always nAttrs-1
 

Detailed Description

This type is a list of HL_CompoundTypeAttributes.

The reason why it's called "Description" is that it acts more like meta data than actual data.

Member Data Documentation

◆ attrs

HL_CompoundTypeAttribute** HL_CompoundTypeDescription::attrs

points at the different attributes that defines this type, max index is always nAttrs-1

◆ hltypename

char HL_CompoundTypeDescription::hltypename[256]

this types name if any

◆ nAllocAttrs

int HL_CompoundTypeDescription::nAllocAttrs

the number of allocated attributes

◆ nAttrs

int HL_CompoundTypeDescription::nAttrs

the number of attributes defining this type

◆ objno

unsigned long HL_CompoundTypeDescription::objno[2]

the unique identifier for this type

◆ size

size_t HL_CompoundTypeDescription::size

the size of this type


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