Changeset 1073 for trunk/psLib/src/collections/psList.h
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psList.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.h
r1017 r1073 10 10 * @ingroup LinkedList 11 11 * 12 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-06- 12 22:15:39$12 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-06-23 23:00:15 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 73 73 ) 74 74 ; 75 76 #include "psMemory.h"77 /** Destroys a psList linked list object. This also frees the elements of the78 * list using the psFreeFcn given, if any. If no psFreeFcn is specified,79 * the elements are just dereferenced via psMemDecrRefCounter(...).80 *81 */82 void psListFree(83 psList* restrict list, ///< list to destroy84 psFreeFcn elemFree ///< destructor for data on list85 );86 75 87 76 /** Adds an element to a psList at position given.
Note:
See TracChangeset
for help on using the changeset viewer.
