Changeset 3932
- Timestamp:
- May 13, 2005, 12:17:04 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r3930 r3932 1 %%% $Id: psLibSDRS.tex,v 1.21 6 2005-05-13 22:07:26price Exp $1 %%% $Id: psLibSDRS.tex,v 1.217 2005-05-13 22:17:04 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1793 1793 A hash table is created with the following function: 1794 1794 \begin{verbatim} 1795 psHash *psHashAlloc( void);1796 \end{verbatim} 1797 which allocates the space for the hash table and initializes all of1798 thebuckets.1795 psHash *psHashAlloc(int nbuckets); 1796 \end{verbatim} 1797 which allocates the space for the hash table, creating and 1798 initializing \code{nbuckets} hash buckets. 1799 1799 1800 1800 The destructor for \code{psHash} must free all data associated with a complete hash table.
Note:
See TracChangeset
for help on using the changeset viewer.
