Method

NumCosmoMathVarDictget_boolean

Declaration [src]

gboolean
ncm_var_dict_get_boolean (
  NcmVarDict* vd,
  const gchar* key,
  gboolean* value
)

Description [src]

Gets a boolean from a NcmVarDict with key key.

Parameters

key

Type: const gchar*

A string.

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

Type: gboolean*

A boolean.

The argument will be set by the function.

Return value

Type: gboolean

Whether the boolean with key key was found.