Method

NumCosmoMathSerializecontain_name

Declaration [src]

gboolean
ncm_serialize_contain_name (
  NcmSerialize* ser,
  const gchar* name
)

Description [src]

Checks if there is an instance named name in ser.

Parameters

name

Type: const gchar*

An instance name.

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

Return value

Type: gboolean

If there is instance named name in ser.