Changeset 753 for trunk/archive/pslib/include/psDlist.h
- Timestamp:
- May 20, 2004, 6:12:37 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psDlist.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psDlist.h
r706 r753 86 86 87 87 /** Convert doubly-linked list to a vector of (void *) */ 88 psVector *psDlistTo Array(psDlist *dlist) ///< List to convert88 psVector *psDlistToVector(psDlist *dlist) ///< List to convert 89 89 ; 90 90 91 91 /** Convert array to a doubly-linked list */ 92 psDlist *psArrayToDlist(psVector * arr) ///< vecotor of (void *) to convert92 psDlist *psArrayToDlist(psVector *vector) ///< vector of (void *) to convert 93 93 ; 94 94
Note:
See TracChangeset
for help on using the changeset viewer.
