IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23304


Ignore:
Timestamp:
Mar 12, 2009, 2:25:16 PM (17 years ago)
Author:
eugene
Message:

added psMemTypeEqual

File:
1 edited

Legend:

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

    r12382 r23304  
    11971197while returning the type involves descending through a case statement.
    11981198
     1199To compare the types of two pointers without knowing their types, the following function may be used:
     1200
     1201\begin{prototype}
     1202bool psMemTypeEqual (void *ptr1, ///< pointer to first psMemory object
     1203                     void *ptr2 ///< pointer to second psMemory object
     1204  );
     1205\end{prototype}
     1206
    11991207%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    12001208
Note: See TracChangeset for help on using the changeset viewer.