Changeset 974 for trunk/psLib/src/collections/psList.h
- Timestamp:
- Jun 9, 2004, 3:58:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psList.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.h
r942 r974 4 4 /** @file psList.h 5 5 * @brief Support for doubly linked lists 6 * @ingroup DataContainers7 6 * 8 7 * @author Robert Lupton, Princeton University 9 8 * @author Robert Daniel DeSonia, MHPCC 10 9 * 11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-06-09 02:16:41 $ 10 * @ingroup LinkedList 11 * 12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-06-10 01:58:06 $ 13 14 * 14 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 18 19 19 20 #include "psVector.h" 21 22 /** @addtogroup LinkedList 23 * @{ 24 */ 20 25 21 26 /** Special values of index into list … … 54 59 } 55 60 psList; 56 57 /** @addtogroup DataContainers General Data Container Utilities58 * @{59 */60 61 61 62 /** Constructor */
Note:
See TracChangeset
for help on using the changeset viewer.
