IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 4:54:15 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/xml/psXML.h

    r4209 r4243  
    1010 *  @author Robert DeSonia, MHPCC
    1111 *
    12  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-06-10 18:09:12 $
     12 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-14 02:54:07 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121/// @{
    2222
     23/** A metadata data structure used in parsing arrays.
     24 * 
     25 *  Contains array information and the metadata storage location.
     26*/
    2327typedef struct
    2428{
    25     psArray*    nonUniqueKeyArray;
    26     psArray*    typeArray;
    27     psArray*    templateArray;
    28     psMetadata* metadata;
    29     char*       name;
     29    psArray*    nonUniqueKeyArray;     ///< non-unique key names
     30    psArray*    typeArray;             ///< array of user defined types
     31    psArray*    templateArray;         ///< array of user type templates
     32    psMetadata* metadata;              ///< metadata container
     33    char*       name;                  ///< name of key
    3034}
    3135p_psParseLevelInfo;
    3236
     37/** Allocates a p_psParseLevelInfo structure
     38 *   
     39 *  @return p_psParseLevelInfo* :   new p_psParseLevelInfo struct
     40 */
    3341p_psParseLevelInfo* p_psParseLevelInfoAlloc(void);
    3442
Note: See TracChangeset for help on using the changeset viewer.