Decomposition tri-stateΒΆ

SAF_DecompMode is an enumerated type defined in saf.h.

Synopsis:

SAF_DECOMP_FALSE:

SAF_DECOMP_TRUE:

SAF_DECOMP_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 indicate whether a given collection is a decomposition of its containing set.

See Also:

  • Datatypes: Introduction for current chapter