IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 5:01:37 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psList.h

    r4316 r4330  
    77 *  @ingroup LinkedList
    88 *
    9  *  @version $Revision: 1.26 $ $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 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    107107 *  iterator position is not changed.
    108108 *
    109  *  @return psBool        TRUE if iterator successfully set, otherwise FALSE.
     109 *  @return bool        TRUE if iterator successfully set, otherwise FALSE.
    110110 */
    111111bool psListIteratorSet(
     
    116116/** Adds an element to a psList at position given.
    117117 *
    118  *  @return psBool        TRUE if item was successfully added, otherwise FALSE.
     118 *  @return bool        TRUE if item was successfully added, otherwise FALSE.
    119119 */
    120120bool psListAdd(
     
    126126/** Adds an data item to a psList at position just after the list position given
    127127 *
    128  *  @return psBool        TRUE if item was successfully added, otherwise FALSE.
     128 *  @return bool        TRUE if item was successfully added, otherwise FALSE.
    129129 */
    130130bool psListAddAfter(
     
    135135/** Adds an data item to a psList at position just before the list position given
    136136 *
    137  *  @return psBool        TRUE if item was successfully added, otherwise FALSE.
     137 *  @return bool        TRUE if item was successfully added, otherwise FALSE.
    138138 */
    139139bool psListAddBefore(
     
    144144/** Remove an item at the specified location from a list.
    145145 *
    146  *  @return psBool        TRUE if element is successfully removed, otherwise FALSE.
     146 *  @return bool        TRUE if element is successfully removed, otherwise FALSE.
    147147 */
    148148bool psListRemove(
     
    153153/** Remove an item from a list.
    154154 *
    155  *  @return psBool        TRUE if element is successfully removed, otherwise FALSE.
     155 *  @return bool        TRUE if element is successfully removed, otherwise FALSE.
    156156 */
    157157bool psListRemoveData(
Note: See TracChangeset for help on using the changeset viewer.