Changeset 1301 for trunk/psLib/src/sysUtils/psHash.h
- Timestamp:
- Jul 27, 2004, 1:09:23 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psHash.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psHash.h
r1202 r1301 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-07- 08 22:05:14$12 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-27 23:09:23 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 59 59 60 60 /// Remove key from table. 61 void *psHashRemove(psHash *table, ///< table to lookup key in62 const char *key ///< key to lookup63 );61 bool psHashRemove(psHash *table, ///< table to lookup key in 62 const char *key ///< key to lookup 63 ); 64 64 65 65 /// List all keys in table.
Note:
See TracChangeset
for help on using the changeset viewer.
