logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mat_VarGetStructFieldnames — Get the fieldnames of a structure variable.

Description

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

Name

       Mat_VarGetStructFieldnames — Get the fieldnames of a structure variable.

Return Values

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

See Also

Mat_VarGetNumberOfFields(3)

Debian                                          January 19, 2012                   MAT_VARGETSTRUCTFIELDNAMES(3)

Synopsis

#include<matio.h>char*const*Mat_VarGetStructFieldnames(constmatvar_t*matvar);

See Also