Changeset 1172 for trunk/psLib/src/collections/psBitSet.h
- Timestamp:
- Jul 1, 2004, 11:48:11 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psBitSet.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psBitSet.h
r1166 r1172 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-07-01 00:45:32$14 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-07-01 21:48:11 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 97 97 ); 98 98 99 /** Perform a not operation on a psBitSet 100 * 101 * Toggles bits in a psBitset. All zero bits are set to one and all one bits are set to zero. 102 * 103 * @return psBitSet*: Pointer to struct containing result of operation. 104 */ 105 psBitSet* psBitSetNot( 106 psBitSet *outBitSet, /**< Resulting psBitSet from operation */ 107 const psBitSet *restrict inBitSet /**< Input psBitSet */ 108 ); 109 99 110 /** Convert the psBitSet to a string of ones and zeros. 100 111 *
Note:
See TracChangeset
for help on using the changeset viewer.
