IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2005, 5:00:27 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psHash.h

    r4315 r4343  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.10 $ $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 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5151
    5252/// Insert entry into table.
    53 psBool psHashAdd(
     53bool psHashAdd(
    5454    psHash* table,                     ///< The table to insert in.
    5555    const char *key,                   ///< The key to use.
     
    5959/// Lookup key in table.
    6060psPtr psHashLookup(
    61     psHash* table,                     ///< The table to lookup key in.
     61    const psHash* table,               ///< The table to lookup key in.
    6262    const char *key                    ///< The key to lookup.
    6363);
     
    7979 */
    8080psArray* psHashToArray(
    81     psHash* table                 ///< The table to convert to psArray.
     81    const psHash* table                ///< The table to convert to psArray.
    8282);
    8383
Note: See TracChangeset for help on using the changeset viewer.