HDF5 1.14.5
API Reference
|
#include <src/H5Tpublic.h>
Variable Length Datatype struct in memory (This is only used for VL sequences, not VL strings, which are stored in char *'s)
Data Fields | |
size_t | len |
void * | p |
size_t len |
Length of VL data (in base type units)
void* p |
Pointer to VL data