Changeset 12475 for trunk/psLib
- Timestamp:
- Mar 16, 2007, 4:38:53 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadata.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadata.h
r12283 r12475 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 99$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-03- 06 21:58:47$11 * @version $Revision: 1.100 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-03-17 02:38:53 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 499 499 * collection. 500 500 * 501 * Note: that this function accepts it's "value" as a stdarg. This means that 502 * the type of the value is not coerced by the prototype. You need to be 503 * careful to cast 64-bit integer values as smaller types will not be promoted. 504 * This *includes* constant values as they are typically a 32-bit type. 505 * 501 506 * @return bool: True for success, false for failure. 502 507 */ … … 512 517 * 513 518 * Creates a new metadata item add to the metadata collection. 519 * 520 * Note: that this function accepts it's "value" as a stdarg. This means that 521 * the type of the value is not coerced by the prototype. You need to be 522 * careful to cast 64-bit integer values as smaller types will not be promoted. 523 * This *includes* constant values as they are typically a 32-bit type. 514 524 * 515 525 * @return bool: True for success, false for failure.
Note:
See TracChangeset
for help on using the changeset viewer.
