IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 706


Ignore:
Timestamp:
May 17, 2004, 7:52:47 AM (22 years ago)
Author:
rhl
Message:

Changed to use psVector not psVoidPtrArray

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psDlist.h

    r603 r706  
    8585;
    8686
    87 /** Convert doubly-linked list to an array */
    88 psVoidPtrArray *psDlistToArray(psDlist *dlist) ///< List to convert
     87/** Convert doubly-linked list to a vector of (void *) */
     88psVector *psDlistToArray(psDlist *dlist) ///< List to convert
    8989;
    9090
    9191/** Convert array to a doubly-linked list */
    92 psDlist *psArrayToDlist(psVoidPtrArray *arr) ///< Array to convert
     92psDlist *psArrayToDlist(psVector *arr) ///< vecotor of (void *) to convert
    9393;
    9494
Note: See TracChangeset for help on using the changeset viewer.