![]() ![]() ![]() ![]() Next: Notes Up: Accessing the mask from Previous: Setting and checking mask Contents Faster bitwise operatorsAs in the C interface, alternative bitwise operators have been defined in order to more quickly operate on the mask at a point. In order to use these functions, the bitmasks corresponding to the type and states in question must first be obtained using the following functions:
Once the bitmasks for the type and state have been obtained, the following macros can be used directly:
This macro sets the value of the mask at the index
A value of `.true.' is returned if the given state has been set, or `.false.' otherwise. The macro can be used directly in Fortran boolean expressions, as in the examples in Appendix D19.6.2.
![]() ![]() ![]() ![]() Next: Notes Up: Accessing the mask from Previous: Setting and checking mask Contents |