Get an attribute with a field template

saf_get_field_tmpl_att is a function defined in ftempl.c.

Synopsis:

int saf_get_field_tmpl_att(SAF_ParMode pmode, SAF_FieldTmpl *ftmpl, const char *name, hid_t *type, int *count, void **value)

Description: This function is identical to the generic saf_get_attribute function except that it is specific to SAF__FieldTmpl objects to provide the client with compile time type checking. For a description, see saf_get_attribute.

See Also: