Changeset 7914 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Jul 14, 2006, 4:57:12 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r7901 r7914 12 12 * @ingroup MemoryManagement 13 13 * 14 * @version $Revision: 1.5 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-07-1 4 02:26:25$14 * @version $Revision: 1.58 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-07-15 02:57:12 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 172 172 ); 173 173 174 /** Tells whether or not a pointer has been allocated as a psDataType. 175 * 176 * @return bool: True if ptr is a psDataType, otherwise false. 177 */ 174 178 bool is_psType( 175 psPtr ptr 179 psPtr ptr ///< The pointer whose type to check 176 180 ); 177 181
Note:
See TracChangeset
for help on using the changeset viewer.
