Changeset 614 for trunk/psLib/src/collections/psBitSet.h
- Timestamp:
- May 7, 2004, 2:08:27 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psBitSet.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psBitSet.h
r578 r614 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-05-0 5 20:43:57 $12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-05-08 00:08:27 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 46 46 * @return psBitSet*: Pointer to struct containing array of bits and size of array. 47 47 */ 48 /*@null@*/ 48 49 psBitSet* psBitSetAlloc( 49 50 int n /**< Number of bytes in psBitSet array */ … … 67 68 */ 68 69 psBitSet* psBitSetSet( 69 psBitSet *restrict inMask, /**< Pointer to psBitSet to be set. */70 /*@returned@*/psBitSet *restrict inMask, /**< Pointer to psBitSet to be set. */ 70 71 int bit /**< Bit to be set. */ 71 72 ); … … 93 94 */ 94 95 psBitSet* psBitSetOp( 95 psBitSet *restrict outMask,/**< Resulting psBitSet from binary operation */96 const psBitSet *restrict inMask1, /**< First psBitSet on which to operate */97 char *operator, /**< Bit operation */98 const psBitSet *restrict inMask2 /**< First psBitSet on which to operate */96 /*@returned@*/psBitSet *restrict outMask, /**< Resulting psBitSet from binary operation */ 97 const psBitSet *restrict inMask1, /**< First psBitSet on which to operate */ 98 char *operator, /**< Bit operation */ 99 const psBitSet *restrict inMask2 /**< First psBitSet on which to operate */ 99 100 ); 100 101
Note:
See TracChangeset
for help on using the changeset viewer.
