Method

NumCosmoMathSerializedict_int_to_yaml_file

Declaration [src]

void
ncm_serialize_dict_int_to_yaml_file (
  NcmSerialize* ser,
  NcmObjDictInt* odi,
  const gchar* filename
)

Description [src]

Saves a NcmObjDictInt to a file using a NcmSerialize and a YAML string.

Parameters

odi

Type: NcmObjDictInt

A NcmObjDictInt.

The data is owned by the caller of the method.
filename

Type: const gchar*

Odi filename.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.