Method

NumCosmoMathSerializedup_array

Declaration [src]

NcmObjArray*
ncm_serialize_dup_array (
  NcmSerialize* ser,
  NcmObjArray* oa
)

Description [src]

Duplicates a NcmObjArray, all objects are duplicated.

Parameters

oa

Type: NcmObjArray

A 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.