Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
hvl_t Struct Reference

#include <src/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: