![]()  | 
  
    NetCDF
    4.8.1
    
   | 
 
#include "ncdispatch.h"Go to the source code of this file.
Functions | |
Enum Types  | |
Functions to create and learn about enum types.  | |
| int | nc_def_enum (int ncid, nc_type base_typeid, const char *name, nc_type *typeidp) | 
| int | nc_inq_enum (int ncid, nc_type xtype, char *name, nc_type *base_nc_typep, size_t *base_sizep, size_t *num_membersp) | 
| int | nc_inq_enum_ident (int ncid, nc_type xtype, long long value, char *identifier) | 
| int | nc_inq_enum_member (int ncid, nc_type xtype, int idx, char *name, void *value) | 
| int | nc_insert_enum (int ncid, nc_type xtype, const char *name, const void *value) |