Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.10.9-1
C-API Reference
hvl_t Struct Reference

#include <H5Tpublic.h>

Detailed Description

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
 

Field Documentation

◆ len

size_t len

Length of VL data (in base type units)

◆ p

void* p

Pointer to VL data


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