Changeset 1012
- Timestamp:
- Jun 11, 2004, 6:55:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psHash.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psHash.h
r974 r1012 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-06-1 0 01:58:06$14 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-06-12 04:55:21 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 27 27 28 28 29 / / A bucket that holds an item of data29 /** A bucket that holds an item of data. */ 30 30 typedef struct psHashBucket 31 31 { … … 37 37 38 38 //typedef struct HashTable psHash; ///< Opaque type for a hash table 39 /** The hash-table itself. */ 39 40 typedef struct psHash 40 41 {
Note:
See TracChangeset
for help on using the changeset viewer.
