1MAT_VARGETSTRUCTFIELD... BSD Library Functions Manual MAT_VARGETSTRUCTFIELD...
2

NAME

4     Mat_VarGetStructFieldnames — Get the fieldnames of a structure variable.
5

SYNOPSIS

7     #include <matio.h>
8
9     char * const *
10     Mat_VarGetStructFieldnames(const matvar_t *matvar);
11

DESCRIPTION

13     The Mat_VarGetStructFieldnames() function returns the fieldnames of the
14     structure variable matvar.
15

RETURN VALUES

17     An array of fieldnames is returned of the variable is a valid structure
18     variable.  Otherwise NULL is returned.  The Mat_VarGetNumberOfFields()
19     function returns the number of fields for the structure.
20

SEE ALSO

22     Mat_VarGetNumberOfFields(3)
23
24BSD                            January 19, 2012                            BSD
Impressum