Method

NumCosmoMathSerializedict_str_to_yaml_file

Declaration [src]

void
ncm_serialize_dict_str_to_yaml_file (
  NcmSerialize* ser,
  NcmObjDictStr* ods,
  const gchar* filename
)

Description [src]

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

Parameters

ods

Type: NcmObjDictStr

A NcmObjDictStr.

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

Type: const gchar*

Ods filename.

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