Function

NumCosmoMathObjDictStrclear

Declaration [src]

void
ncm_obj_dict_str_clear (
  NcmObjDictStr** ods
)

Description [src]

If ods is not NULL, unreferences it and sets ods to NULL.

Parameters

ods

Type: NcmObjDictStr

A pointer to a NcmObjDictStr.

The data is owned by the caller of the function.