IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 294


Ignore:
Timestamp:
Mar 23, 2004, 5:27:36 PM (22 years ago)
Author:
Paul Price
Message:

Reformatted the alloc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMetaData.h

    r293 r294  
    5555
    5656/** 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
     57psMetaDataItem *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
    6564    );
    6665
Note: See TracChangeset for help on using the changeset viewer.