IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 7, 2005, 10:58:51 AM (21 years ago)
Author:
desonia
Message:

modified psMetadata to use a special psMetadataType to signify duplicate
entries and added a flag to signify that duplicate entries are OK.

File:
1 edited

Legend:

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

    r3264 r3381  
    1010 *  @ingroup LinkedList
    1111 *
    12  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-02-17 19:26:23 $
     12 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-03-07 20:58:50 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    174174/** Position the specified iterator to the next item in list.
    175175 *
    176  *  @return psPtr       the data item at the new iterator position or NULL if the
    177  *                      iterator goes past 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.
    178178 */
    179179psPtr psListGetAndIncrement(
     
    183183/** Position the specified iterator to the previous item in list.
    184184 *
    185  *  @return psPtr       the data item at the new iterator position or NULL if the
    186  *                      iterator goes past 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.
    187187 */
    188188psPtr psListGetAndDecrement(
Note: See TracChangeset for help on using the changeset viewer.