Changeset 3381 for trunk/psLib/src/collections/psList.h
- Timestamp:
- Mar 7, 2005, 10:58:51 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psList.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.h
r3264 r3381 10 10 * @ingroup LinkedList 11 11 * 12 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 2-17 19:26:23$12 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-03-07 20:58:50 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 174 174 /** Position the specified iterator to the next item in list. 175 175 * 176 * @return psPtr the data item at the newiterator position or NULL if the177 * iterator goespast the end of the list.176 * @return psPtr the data item at the original iterator position or NULL if the 177 * iterator went past the end of the list. 178 178 */ 179 179 psPtr psListGetAndIncrement( … … 183 183 /** Position the specified iterator to the previous item in list. 184 184 * 185 * @return psPtr the data item at the newiterator position or NULL if the186 * iterator goespast the beginning of the list.185 * @return psPtr the data item at the original iterator position or NULL if the 186 * iterator went past the beginning of the list. 187 187 */ 188 188 psPtr psListGetAndDecrement(
Note:
See TracChangeset
for help on using the changeset viewer.
