NetCDF  4.3.3.1
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
dvlen.c File Reference

Functions for VLEN Types. More...

#include "ncdispatch.h"

Go to the source code of this file.

Functions

int nc_put_vlen_element (int ncid, int typeid1, void *vlen_element, size_t len, const void *data)
 
int nc_get_vlen_element (int ncid, int typeid1, const void *vlen_element, size_t *len, void *data)
 
Variable Length Array Types

Functions to create and learn about VLEN types.

int nc_free_vlen (nc_vlen_t *vl)
 Free memory in a VLEN object. More...
 
int nc_free_vlens (size_t len, nc_vlen_t vlens[])
 Free an array of vlens given the number of elements and an array. More...
 
int nc_def_vlen (int ncid, const char *name, nc_type base_typeid, nc_type *xtypep)
 Use this function to define a variable length array type. More...
 
int nc_inq_vlen (int ncid, nc_type xtype, char *name, size_t *datum_sizep, nc_type *base_nc_typep)
 Learn about a VLEN type. More...
 

Detailed Description

Functions for VLEN Types.

Copyright 2011 University Corporation for Atmospheric Research/Unidata. See copyright file for more info.

Definition in file dvlen.c.


Return to the Main Unidata NetCDF page.
Generated on Mon Jul 13 2015 07:53:25 for NetCDF. NetCDF is a Unidata library.