Changeset 2763
- Timestamp:
- Dec 20, 2004, 2:37:51 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
sys/psType.h (modified) (2 diffs)
-
sysUtils/psType.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psType.h
r2639 r2763 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-12- 06 20:52:56$13 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-12-21 00:37:51 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 220 220 psType; 221 221 222 /** The type of a basic data type 223 * 224 * All psLib complex types consist of primitive components. This structure provides the ability to cast 225 * an unknown data structure to safely test the underlining data type. 226 * 227 */ 228 typedef struct 229 { 230 psType type; ///< Data type information 231 } 232 psMath; 233 222 234 /// @} 223 235 -
trunk/psLib/src/sysUtils/psType.h
r2639 r2763 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-12- 06 20:52:56$13 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-12-21 00:37:51 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 220 220 psType; 221 221 222 /** The type of a basic data type 223 * 224 * All psLib complex types consist of primitive components. This structure provides the ability to cast 225 * an unknown data structure to safely test the underlining data type. 226 * 227 */ 228 typedef struct 229 { 230 psType type; ///< Data type information 231 } 232 psMath; 233 222 234 /// @} 223 235
Note:
See TracChangeset
for help on using the changeset viewer.
