Method
NumCosmoMathSerializedup_array
Declaration [src]
NcmObjArray*
ncm_serialize_dup_array (
NcmSerialize* ser,
NcmObjArray* oa
)
Parameters
oa-
Type:
NcmObjArrayA
NcmObjArray.The data is owned by the caller of the method.
Return value
Type: NcmObjArray
A new NcmObjArray.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |