Changeset 294
- Timestamp:
- Mar 23, 2004, 5:27:36 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psMetaData.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psMetaData.h
r293 r294 55 55 56 56 /** Constructor */ 57 psMetaDataItem *psMetaDataItemAlloc( 58 int typeFlags, //!< type of this piece of metadata + flags 59 const void *val, //!< value of new item 60 //!< N.b. a pointer even if the item 61 //!< is of type e.g. int 62 const char *comment, //!< comment associated with item 63 const char *name, //!< name of new item of metadata (may be an sprintf format) 64 ... //!< possible arguments for name format 57 psMetaDataItem *psMetaDataItemAlloc(int typeFlags, //!< type of this piece of metadata + flags 58 const void *val, //!< value of new item N.b. a pointer even if the item 59 //!< is of type e.g. int 60 const char *comment, //!< comment associated with item 61 const char *name, //!< name of new item of metadata (may be in sprintf 62 //!< format) 63 ... //!< possible arguments for name format 65 64 ); 66 65
Note:
See TracChangeset
for help on using the changeset viewer.
