HL-HDF
|
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 | |
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.
HL_CompoundTypeAttribute** HL_CompoundTypeDescription::attrs |
points at the different attributes that defines this type, max index is always nAttrs-1
char HL_CompoundTypeDescription::hltypename[256] |
this types name if any
int HL_CompoundTypeDescription::nAllocAttrs |
the number of allocated attributes
int HL_CompoundTypeDescription::nAttrs |
the number of attributes defining this type
unsigned long HL_CompoundTypeDescription::objno[2] |
the unique identifier for this type
size_t HL_CompoundTypeDescription::size |
the size of this type