Put an attribute to a set

saf_put_set_att is a function defined in set.c.

Synopsis:

int saf_put_set_att(SAF_ParMode pmode, SAF_Set *set, const char *key, hid_t type, int count, const void *value)

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

See Also:

  • saf_put_attribute: 23.2: Create or update a non-sharable attribute
  • Sets: Introduction for current chapter