Changeset 4920 for trunk/psLib/src/types
- Timestamp:
- Aug 30, 2005, 4:07:12 PM (21 years ago)
- Location:
- trunk/psLib/src/types
- Files:
-
- 2 edited
-
psHash.h (modified) (2 diffs)
-
psMetadata.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psHash.h
r4898 r4920 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-08-3 0 01:14:13$13 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-08-31 02:07:12 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 38 38 39 39 /** The hash-table itself. */ 40 typedef struct psHash40 typedef struct 41 41 { 42 42 long n; ///< Number of buckets in hash table. -
trunk/psLib/src/types/psMetadata.h
r4898 r4920 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.6 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-08-3 0 01:14:13$13 * @version $Revision: 1.61 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-08-31 02:07:12 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 90 90 * allows fast lookup when given a metadata keyword. 91 91 */ 92 typedef struct psMetadata92 typedef struct 93 93 { 94 94 psList* list; ///< Metadata in linked-list … … 114 114 * information about the item name, flags, comments, and other items with the same name. 115 115 */ 116 typedef struct psMetadataItem116 typedef struct 117 117 { 118 118 const psS32 id; ///< Unique ID for metadata item. … … 333 333 int format, ///< psMetadataFlag options/flags 334 334 const char* comment, ///< Comment for metadata item 335 psBool value ///< Value for metadata item data335 bool value ///< Value for metadata item data 336 336 ); 337 337
Note:
See TracChangeset
for help on using the changeset viewer.
