Changeset 1073 for trunk/psLib/src/collections/psVector.h
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psVector.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psVector.h
r974 r1073 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-06- 10 01:58:06$13 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-06-23 23:00:15 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 100 100 ); 101 101 102 /** Deallocate a vector.103 *104 * Uses psLib memory allocation functions to deallocate a vector collection of data. The vector is deallocated105 * according to the psType type member contained within the vector.106 *107 * @return psVector*: Pointer to psVector.108 *109 */110 void psVectorFree(111 psVector *restrict psVec ///< Vector to free.112 );113 114 115 102 /** Deallocate/Dereference elements of a void pointer vector. 116 103 * … … 122 109 */ 123 110 void psVectorElementFree( 124 psVector *restrict psVec, ///< Void pointer vector to destroy. 125 void (*elemFree)(void *) ///< Optional callback function to remove vector elements. 111 psVector *restrict psVec ///< Void pointer vector to destroy. 126 112 ); 127 113
Note:
See TracChangeset
for help on using the changeset viewer.
