Find one evaluation type¶
saf_find_one_evaluation is a function defined in evaluation.c.
Synopsis:
-
SAF_Eval *
saf_find_one_evaluation(SAF_Db *database, const char *name, SAF_Eval *buf)¶
Formal Arguments:
database: The database in which to searchname: The name for which to searchbuf: [OUT] Optional buffer to fill in and return
Description: This is a convenience version of saf_find_evaluation that returns the first evaluation type it finds whose
name matches that which is specified.
Return Value: A handle to a matching evaluation type on success; SAF__ERROR_HANDLE on failure.
See Also:
- Evaluation Types: Introduction for current chapter