Changeset 1441 for trunk/psLib/src/collections/psHash.h
- Timestamp:
- Aug 9, 2004, 1:40:55 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psHash.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psHash.h
r1440 r1441 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-09 23: 34:57$13 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-09 23:40:55 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 17 17 */ 18 18 #if !defined(PS_HASH_H) 19 # define PS_HASH_H19 #define PS_HASH_H 20 20 21 21 /** \addtogroup HashTable 22 22 * \{ 23 23 */ 24 # include<stdbool.h>24 #include<stdbool.h> 25 25 26 # include "psList.h"26 #include "psList.h" 27 27 28 28 /** A bucket that holds an item of data. */
Note:
See TracChangeset
for help on using the changeset viewer.
