Function

NumCosmoMathSerializeclear

Declaration [src]

void
ncm_serialize_clear (
  NcmSerialize** ser
)

Description [src]

Decreases the reference count of ser by one, and sets ser to NULL.

Parameters

ser

Type: NcmSerialize

A NcmSerialize.

The data is owned by the caller of the function.