Changeset 4243 for trunk/psLib/src/xml/psXML.h
- Timestamp:
- Jun 13, 2005, 4:54:15 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/xml/psXML.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/xml/psXML.h
r4209 r4243 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06-1 0 18:09:12$12 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-14 02:54:07 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 /// @{ 22 22 23 /** A metadata data structure used in parsing arrays. 24 * 25 * Contains array information and the metadata storage location. 26 */ 23 27 typedef struct 24 28 { 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 30 34 } 31 35 p_psParseLevelInfo; 32 36 37 /** Allocates a p_psParseLevelInfo structure 38 * 39 * @return p_psParseLevelInfo* : new p_psParseLevelInfo struct 40 */ 33 41 p_psParseLevelInfo* p_psParseLevelInfoAlloc(void); 34 42
Note:
See TracChangeset
for help on using the changeset viewer.
