IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2005, 5:46:53 PM (22 years ago)
Author:
Paul Price
Message:

Updates to psList from RHL comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r2929 r3067  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.55 2005-01-07 22:31:45 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.56 2005-01-20 03:46:53 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    409409minimization.
    410410\item Added \code{psPlaneAlloc, psSphereAlloc, psProjectionAlloc}.
    411 \end{itemize}
     411\item \code{psList}:
     412  \begin{itemize}
     413  \item Adopted new names: \code{psListGetAndIncrement,
     414    psListGetAndDecrement} instead of \code{psListGetNext,
     415    psListGetPrev} --- clearer description of functionality.
     416  \item Changed \code{PS_LIST_HEAD = 0} and \code{PS_LIST_TAIL = -1};
     417    negative indices specify an item relative to the end of the list.
     418  \item The action of retrieving data from a list (with one of the
     419    three \code{psListGet} functions) is considered ``borrowing'' the
     420    reference, so no action is performed on the reference counter.
     421    Removed other mentions of reference counters, since these were not
     422    necessary.
     423  \item \code{mutable} boolean in \code{psListIterator} specifies
     424    whether \code{psListAddAfter} or \code{psListAddBefore} may be
     425    used to modify the list through the iterator.  This allows the use
     426    of \code{const psList} in \code{psListIteratorAlloc}.
     427  \end{itemize}
     428
     429\end{itemize}
Note: See TracChangeset for help on using the changeset viewer.