Standard tri-state values

SAF_TriState is a collection of related C preprocessor symbols defined in saf.h.

Synopsis:

SAF_TRISTATE_FALSE:

SAF_TRISTATE_TRUE:

SAF_TRISTATE_TORF:

Description: In many portions of SAF’s API, there are boolean values to indicate if a particular feature of an object is true or false. In addition, it is possible to invoke searches using saf_find… kinds of functions that will search for objects for which the given boolean feature is true or false or either. So, we’ve defined a standard tri-state enumeration for these three cases.

See Also:

  • Datatypes: Introduction for current chapter