Wildcards for searching¶
SAF is a collection of related C preprocessor symbols defined in saf.h.
Synopsis:
SAF_ANY_INT:
SAF_ANY_DOUBLE:
SAF_ANY_FLOAT:
SAF_ANY_TOPODIM:
SAF_CELLTYPE_ANY:
SAF_ANY_RATIO:
SAF_ANY_NAME:
SAF_ANY_CAT:
Description: In saf_find calls, the client may not want to limit the search to all of the available argument’s values.
SAF_ offers these wildcard values, all with the word ANY in them, to pass as the value for an argument that
the client does NOT wish to use in limiting a search. For example, see saf_find_matching_set.
See Also:
- Datatypes: Introduction for current chapter