HDF5  1.13.0
hvl_t Struct Reference

#include <H5Tpublic.h>

Data Fields

size_t len
 
void * p
 

Detailed Description

Variable Length Datatype struct in memory (This is only used for VL sequences, not VL strings, which are stored in char *'s)

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: