Changeset 23304
- Timestamp:
- Mar 12, 2009, 2:25:16 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r12382 r23304 1197 1197 while returning the type involves descending through a case statement. 1198 1198 1199 To compare the types of two pointers without knowing their types, the following function may be used: 1200 1201 \begin{prototype} 1202 bool psMemTypeEqual (void *ptr1, ///< pointer to first psMemory object 1203 void *ptr2 ///< pointer to second psMemory object 1204 ); 1205 \end{prototype} 1206 1199 1207 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1200 1208
Note:
See TracChangeset
for help on using the changeset viewer.
