Top mode tri-stateΒΆ

SAF_TopMode is an enumerated type defined in saf.h.

Synopsis:

SAF_TOP_FALSE:

SAF_TOP_TRUE:

SAF_TOP_TORF:

Description: To make each function call made by a client a little more self-documenting, we provide specific tri-state tags to represent the meaning of that particular boolean. The one here is used to limit a search to top level sets in a saf_find_matching_sets call.

See Also: