Changeset 4343 for trunk/psLib/src/collections/psHash.h
- Timestamp:
- Jun 21, 2005, 5:00:27 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psHash.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psHash.h
r4315 r4343 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-06- 18 02:30:49$13 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-22 03:00:27 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 51 51 52 52 /// Insert entry into table. 53 psBool psHashAdd(53 bool psHashAdd( 54 54 psHash* table, ///< The table to insert in. 55 55 const char *key, ///< The key to use. … … 59 59 /// Lookup key in table. 60 60 psPtr psHashLookup( 61 psHash* table,///< The table to lookup key in.61 const psHash* table, ///< The table to lookup key in. 62 62 const char *key ///< The key to lookup. 63 63 ); … … 79 79 */ 80 80 psArray* psHashToArray( 81 psHash* table///< The table to convert to psArray.81 const psHash* table ///< The table to convert to psArray. 82 82 ); 83 83
Note:
See TracChangeset
for help on using the changeset viewer.
