Changeset 4330 for trunk/psLib/src/collections/psList.h
- Timestamp:
- Jun 20, 2005, 5:01:37 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psList.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.h
r4316 r4330 7 7 * @ingroup LinkedList 8 8 * 9 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06- 18 03:13:02$9 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-21 03:01:37 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 107 107 * iterator position is not changed. 108 108 * 109 * @return psBool TRUE if iterator successfully set, otherwise FALSE.109 * @return bool TRUE if iterator successfully set, otherwise FALSE. 110 110 */ 111 111 bool psListIteratorSet( … … 116 116 /** Adds an element to a psList at position given. 117 117 * 118 * @return psBool TRUE if item was successfully added, otherwise FALSE.118 * @return bool TRUE if item was successfully added, otherwise FALSE. 119 119 */ 120 120 bool psListAdd( … … 126 126 /** Adds an data item to a psList at position just after the list position given 127 127 * 128 * @return psBool TRUE if item was successfully added, otherwise FALSE.128 * @return bool TRUE if item was successfully added, otherwise FALSE. 129 129 */ 130 130 bool psListAddAfter( … … 135 135 /** Adds an data item to a psList at position just before the list position given 136 136 * 137 * @return psBool TRUE if item was successfully added, otherwise FALSE.137 * @return bool TRUE if item was successfully added, otherwise FALSE. 138 138 */ 139 139 bool psListAddBefore( … … 144 144 /** Remove an item at the specified location from a list. 145 145 * 146 * @return psBool TRUE if element is successfully removed, otherwise FALSE.146 * @return bool TRUE if element is successfully removed, otherwise FALSE. 147 147 */ 148 148 bool psListRemove( … … 153 153 /** Remove an item from a list. 154 154 * 155 * @return psBool TRUE if element is successfully removed, otherwise FALSE.155 * @return bool TRUE if element is successfully removed, otherwise FALSE. 156 156 */ 157 157 bool psListRemoveData(
Note:
See TracChangeset
for help on using the changeset viewer.
