IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2004, 12:31:20 AM (22 years ago)
Author:
eugene
Message:

added doxygen-generated structure & function lists

File:
1 edited

Legend:

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

    r285 r381  
    1010\begin{CompactList}\small\item\em Append to a list.\item\end{CompactList}\item
    1111void $\ast$ {\bf ps\-Dlist\-Remove} ({\bf ps\-Dlist} $\ast$list, void $\ast$data, int which)
    12 \begin{CompactList}\small\item\em PS\_\-DLIST\_\-PREV.\item\end{CompactList}\item
    13 void $\ast$ {\bf ps\-Dlist\-Get} (const {\bf ps\-Dlist} $\ast$list, int which)
     12\begin{CompactList}\small\item\em Remove from a list.\item\end{CompactList}\item
     13void $\ast$ {\bf ps\-Dlist\-Get} (const {\bf ps\-Dlist} $\ast$list, void $\ast$data, int which)
    1414\begin{CompactList}\small\item\em Retrieve from a list.\item\end{CompactList}\item
    15 void {\bf ps\-Dlist\-Set\-Iterator} ({\bf ps\-Dlist} $\ast$list, int where, int which)
    16 \begin{CompactList}\small\item\em PS\_\-DLIST\_\-PREV.\item\end{CompactList}\item
    17 void $\ast$ {\bf ps\-Dlist\-Get\-Next} ({\bf ps\-Dlist} $\ast$list, int which)
    18 \begin{CompactList}\small\item\em PS\_\-DLIST\_\-PREV.\item\end{CompactList}\item
    19 void $\ast$ {\bf ps\-Dlist\-Get\-Prev} ({\bf ps\-Dlist} $\ast$list, int which)
    20 \begin{CompactList}\small\item\em PS\_\-DLIST\_\-PREV.\item\end{CompactList}\item
     15void {\bf ps\-Dlist\-Set\-Iterator} ({\bf ps\-Dlist} $\ast$list, int where)
     16\begin{CompactList}\small\item\em Set the iterator.\item\end{CompactList}\item
     17void $\ast$ {\bf ps\-Dlist\-Get\-Next} ({\bf ps\-Dlist} $\ast$list)
     18\begin{CompactList}\small\item\em Get next element relative to iter.\item\end{CompactList}\item
     19void $\ast$ {\bf ps\-Dlist\-Get\-Prev} ({\bf ps\-Dlist} $\ast$list)
     20\begin{CompactList}\small\item\em Get prev element relative to iter.\item\end{CompactList}\item
    2121{\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Dlist\-To\-Array} ({\bf ps\-Dlist} $\ast$dlist)
    2222\begin{CompactList}\small\item\em Convert doubly-linked list to an array.\item\end{CompactList}\item
    2323{\bf ps\-Dlist} $\ast$ {\bf ps\-Array\-To\-Dlist} ({\bf ps\-Void\-Ptr\-Array} $\ast$arr)
    2424\begin{CompactList}\small\item\em Convert array to a doubly-linked list.\item\end{CompactList}\item
    25 {\bf ps\-Hash} $\ast$ {\bf ps\-Hash\-Alloc} (int nbucket)
     25{\bf ps\-Hash} $\ast$ {\bf ps\-Hash\-Alloc} (void)
    2626\begin{CompactList}\small\item\em Allocate hash buckets in table.\item\end{CompactList}\item
    2727void {\bf ps\-Hash\-Free} ({\bf ps\-Hash} $\ast$table, void($\ast$item\-Free)(void $\ast$item))
     
    3333void $\ast$ {\bf ps\-Hash\-Remove} ({\bf ps\-Hash} $\ast$table, const char $\ast$key)
    3434\begin{CompactList}\small\item\em Remove key from table.\item\end{CompactList}\item
    35 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Float\-Array\-Alloc} (int s, int n)
     35{\bf ps\-Float\-Array} $\ast$ {\bf ps\-Float\-Array\-Alloc} (int nalloc)
    3636\begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    37 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Float\-Array\-Realloc} ({\bf ps\-Float\-Array} $\ast$my\-Array, int s)
     37{\bf ps\-Float\-Array} $\ast$ {\bf ps\-Float\-Array\-Realloc} ({\bf ps\-Float\-Array} $\ast$my\-Array, int nalloc)
    3838\begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item
    3939void {\bf ps\-Float\-Array\-Free} ({\bf ps\-Float\-Array} $\ast$restrict my\-Array)
    4040\begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item
    41 {\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Complex\-Array\-Alloc} (int s, int n)
     41{\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Complex\-Array\-Alloc} (int nalloc)
    4242\begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    43 {\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Complex\-Array\-Realloc} ({\bf ps\-Complex\-Array} $\ast$my\-Array, int s)
     43{\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Complex\-Array\-Realloc} ({\bf ps\-Complex\-Array} $\ast$my\-Array, int nalloc)
    4444\begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item
    4545void {\bf ps\-Complex\-Array\-Free} ({\bf ps\-Complex\-Array} $\ast$restrict my\-Array)
    4646\begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item
    47 {\bf ps\-Int\-Array} $\ast$ {\bf ps\-Int\-Array\-Alloc} (int s, int n)
     47{\bf ps\-Int\-Array} $\ast$ {\bf ps\-Int\-Array\-Alloc} (int nalloc)
    4848\begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    49 {\bf ps\-Int\-Array} $\ast$ {\bf ps\-Int\-Array\-Realloc} ({\bf ps\-Int\-Array} $\ast$my\-Array, int s)
     49{\bf ps\-Int\-Array} $\ast$ {\bf ps\-Int\-Array\-Realloc} ({\bf ps\-Int\-Array} $\ast$my\-Array, int nalloc)
    5050\begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item
    5151void {\bf ps\-Int\-Array\-Free} ({\bf ps\-Int\-Array} $\ast$restrict my\-Array)
    5252\begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item
    53 {\bf ps\-Double\-Array} $\ast$ {\bf ps\-Double\-Array\-Alloc} (int s, int n)
     53{\bf ps\-Double\-Array} $\ast$ {\bf ps\-Double\-Array\-Alloc} (int nalloc)
    5454\begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    55 {\bf ps\-Double\-Array} $\ast$ {\bf ps\-Double\-Array\-Realloc} ({\bf ps\-Double\-Array} $\ast$my\-Array, int s)
     55{\bf ps\-Double\-Array} $\ast$ {\bf ps\-Double\-Array\-Realloc} ({\bf ps\-Double\-Array} $\ast$my\-Array, int nalloc)
    5656\begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item
    5757void {\bf ps\-Double\-Array\-Free} ({\bf ps\-Double\-Array} $\ast$restrict my\-Array)
    5858\begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item
    59 {\bf ps\-Vector\-Array} $\ast$ {\bf ps\-Vector\-Array\-Alloc} (int s, int n)
     59{\bf ps\-Vector\-Array} $\ast$ {\bf ps\-Vector\-Array\-Alloc} (int nalloc)
    6060\begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    61 {\bf ps\-Vector\-Array} $\ast$ {\bf ps\-Vector\-Array\-Realloc} ({\bf ps\-Vector\-Array} $\ast$my\-Array, int s)
     61{\bf ps\-Vector\-Array} $\ast$ {\bf ps\-Vector\-Array\-Realloc} ({\bf ps\-Vector\-Array} $\ast$my\-Array int nalloc)
    6262\begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item
    6363void {\bf ps\-Vector\-Array\-Free} ({\bf ps\-Vector\-Array} $\ast$restrict my\-Array)
    6464\begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item
    65 {\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Void\-Ptr\-Array\-Alloc} (int n, int s)
     65{\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Void\-Ptr\-Array\-Alloc} (int nalloc)
    6666\begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    67 {\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Void\-Ptr\-Array\-Realloc} ({\bf ps\-Void\-Ptr\-Array} $\ast$arr, int n)
     67{\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Void\-Ptr\-Array\-Realloc} ({\bf ps\-Void\-Ptr\-Array} $\ast$arr, int nalloc)
    6868\begin{CompactList}\small\item\em Reallocate.\item\end{CompactList}\item
    6969void {\bf ps\-Void\-Ptr\-Array\-Free} ({\bf ps\-Void\-Ptr\-Array} $\ast$arr, void($\ast$elem\-Free)(void $\ast$))
    7070\begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\end{CompactItemize}
    71 
Note: See TracChangeset for help on using the changeset viewer.