#include "nc4internal.h"
#include "nc4dispatch.h"
Go to the source code of this file.
|
int | int_cmp (const void *a, const void *b) |
|
int | NC4_inq_dimids (int ncid, int *ndims, int *dimids, int include_parents) |
|
int | NC4_inq_grp_full_ncid (int ncid, const char *full_name, int *grp_ncid) |
|
int | NC4_inq_grp_parent (int ncid, int *parent_ncid) |
|
int | NC4_inq_grpname (int ncid, char *name) |
|
int | NC4_inq_grpname_full (int ncid, size_t *lenp, char *full_name) |
|
int | NC4_inq_grps (int ncid, int *numgrps, int *ncids) |
|
int | NC4_inq_ncid (int ncid, const char *name, int *grp_ncid) |
|
int | NC4_inq_varids (int ncid, int *nvars, int *varids) |
|
◆ int_cmp()
int int_cmp |
( |
const void * | a, |
|
|
const void * | b ) |
◆ NC4_inq_dimids()
int NC4_inq_dimids |
( |
int | ncid, |
|
|
int * | ndims, |
|
|
int * | dimids, |
|
|
int | include_parents ) |
◆ NC4_inq_grp_full_ncid()
int NC4_inq_grp_full_ncid |
( |
int | ncid, |
|
|
const char * | full_name, |
|
|
int * | grp_ncid ) |
◆ NC4_inq_grp_parent()
int NC4_inq_grp_parent |
( |
int | ncid, |
|
|
int * | parent_ncid ) |
◆ NC4_inq_grpname()
int NC4_inq_grpname |
( |
int | ncid, |
|
|
char * | name ) |
◆ NC4_inq_grpname_full()
int NC4_inq_grpname_full |
( |
int | ncid, |
|
|
size_t * | lenp, |
|
|
char * | full_name ) |
◆ NC4_inq_grps()
int NC4_inq_grps |
( |
int | ncid, |
|
|
int * | numgrps, |
|
|
int * | ncids ) |
◆ NC4_inq_ncid()
int NC4_inq_ncid |
( |
int | ncid, |
|
|
const char * | name, |
|
|
int * | grp_ncid ) |
◆ NC4_inq_varids()
int NC4_inq_varids |
( |
int | ncid, |
|
|
int * | nvars, |
|
|
int * | varids ) |