Changeset 1228 for trunk/psLib/src/collections/psVector.h
- Timestamp:
- Jul 15, 2004, 12:18:02 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
r1073 r1228 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-0 6-23 23:00:15$13 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-07-15 22:18:02 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 49 49 psC32 *C32; ///< Single-precision complex data. 50 50 psC64 *C64; ///< Double-precision complex data. 51 psPTR *PTR; ///< Void pointers.52 51 psPTR V; ///< Pointer to data. 53 52 } data; ///< Union for data types. … … 100 99 ); 101 100 102 /** Deallocate/Dereference elements of a void pointer vector.103 *104 * Uses psLib memory allocation functions to deallocate/dereference elements of a vector of void pointers.105 * This function does not free the vector elements unless the user provides a elemFree function106 * pointer. If the elemFree function pointer is NULL, the reference cound of the elements are decremented107 * without being freed. The vector psVec is not freed, and its elements will all be set to NULL.108 *109 */110 void psVectorElementFree(111 psVector *restrict psVec ///< Void pointer vector to destroy.112 );113 114 101 /// @} 115 102
Note:
See TracChangeset
for help on using the changeset viewer.
