Extendable set tri-stateΒΆ
SAF_ExtendMode is an enumerated type defined in saf.h.
Synopsis:
SAF_EXTENDIBLE_FALSE:
SAF_EXTENDIBLE_TRUE:
SAF_EXTENDIBLE_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 set is extendible or not. See saf_declare_set for more information.
See Also:
- saf_declare_set: 9.3: Declare a set
- Datatypes: Introduction for current chapter