Method
NumCosmoMathSerializearray_to_key_file
Declaration [src]
void
ncm_serialize_array_to_key_file (
NcmSerialize* ser,
NcmObjArray* oa,
const gchar* filename,
gboolean save_comment
)
Parameters
oa-
Type:
NcmObjArrayA
NcmObjArray.The data is owned by the caller of the method. filename-
Type:
const gchar*Oa filename.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. save_comment-
Type:
gbooleanWhether to save comments.