29 #ifndef SALOME_CATALOG_PARSER_H
30 #define SALOME_CATALOG_PARSER_H
113 std::vector< std::pair<std::string,std::string> >
members;
116 typedef std::map<std::string,ParserType&>
RefTypes ;
std::map< std::string, ParserType > ParserTypes
Definition: SALOME_ModuleCatalog_Parser.hxx:115
std::vector< ParserDataStreamParameter > ParserDataStreamParameters
Definition: SALOME_ModuleCatalog_Parser.hxx:62
std::vector< ParserService > ParserServices
Definition: SALOME_ModuleCatalog_Parser.hxx:79
std::vector< ParserPathPrefix > ParserPathPrefixes
Definition: SALOME_ModuleCatalog_Parser.hxx:43
std::map< std::string, ParserSequence > ParserSequences
Definition: SALOME_ModuleCatalog_Parser.hxx:123
std::map< std::string, ParserObjref > ParserObjrefs
Definition: SALOME_ModuleCatalog_Parser.hxx:129
std::map< std::string, ParserStruct > ParserStructs
Definition: SALOME_ModuleCatalog_Parser.hxx:135
std::vector< ParserType > TypeList
Definition: SALOME_ModuleCatalog_Parser.hxx:117
std::vector< ParserParameter > ParserParameters
Definition: SALOME_ModuleCatalog_Parser.hxx:61
std::vector< ParserComponent > ParserComponents
Definition: SALOME_ModuleCatalog_Parser.hxx:104
std::map< std::string, ParserType & > RefTypes
Definition: SALOME_ModuleCatalog_Parser.hxx:116
std::vector< ParserInterface > ParserInterfaces
Definition: SALOME_ModuleCatalog_Parser.hxx:87
ParserComponentType
Definition: SALOME_ModuleCatalog_Parser.hxx:45
@ MESH
Definition: SALOME_ModuleCatalog_Parser.hxx:45
@ SUPERV
Definition: SALOME_ModuleCatalog_Parser.hxx:45
@ VISU
Definition: SALOME_ModuleCatalog_Parser.hxx:45
@ Med
Definition: SALOME_ModuleCatalog_Parser.hxx:45
@ DATA
Definition: SALOME_ModuleCatalog_Parser.hxx:45
@ GEOM
Definition: SALOME_ModuleCatalog_Parser.hxx:45
@ OTHER
Definition: SALOME_ModuleCatalog_Parser.hxx:45
@ SOLVER
Definition: SALOME_ModuleCatalog_Parser.hxx:45
Definition: SALOME_ModuleCatalog_Parser.hxx:90
ParserComponentType type
Definition: SALOME_ModuleCatalog_Parser.hxx:93
std::string name
Definition: SALOME_ModuleCatalog_Parser.hxx:91
std::string implementationName
Definition: SALOME_ModuleCatalog_Parser.hxx:99
ParserPathPrefixes prefixes
Definition: SALOME_ModuleCatalog_Parser.hxx:97
std::string username
Definition: SALOME_ModuleCatalog_Parser.hxx:92
ParserInterfaces interfaces
Definition: SALOME_ModuleCatalog_Parser.hxx:96
std::string constraint
Definition: SALOME_ModuleCatalog_Parser.hxx:95
std::string version
Definition: SALOME_ModuleCatalog_Parser.hxx:100
std::string implementationType
Definition: SALOME_ModuleCatalog_Parser.hxx:98
std::string icon
Definition: SALOME_ModuleCatalog_Parser.hxx:94
std::string comment
Definition: SALOME_ModuleCatalog_Parser.hxx:101
Definition: SALOME_ModuleCatalog_Parser.hxx:55
std::string dependency
Definition: SALOME_ModuleCatalog_Parser.hxx:58
std::string name
Definition: SALOME_ModuleCatalog_Parser.hxx:57
std::string type
Definition: SALOME_ModuleCatalog_Parser.hxx:56
Definition: SALOME_ModuleCatalog_Parser.hxx:82
ParserServices services
Definition: SALOME_ModuleCatalog_Parser.hxx:84
std::string name
Definition: SALOME_ModuleCatalog_Parser.hxx:83
Definition: SALOME_ModuleCatalog_Parser.hxx:126
ParserObjref()
Definition: SALOME_ModuleCatalog_Parser.hxx:127
Definition: SALOME_ModuleCatalog_Parser.hxx:48
std::string type
Definition: SALOME_ModuleCatalog_Parser.hxx:49
std::string name
Definition: SALOME_ModuleCatalog_Parser.hxx:50
Definition: SALOME_ModuleCatalog_Parser.hxx:38
std::vector< std::string > listOfComputer
Definition: SALOME_ModuleCatalog_Parser.hxx:40
std::string path
Definition: SALOME_ModuleCatalog_Parser.hxx:39
Definition: SALOME_ModuleCatalog_Parser.hxx:120
ParserSequence()
Definition: SALOME_ModuleCatalog_Parser.hxx:121
Definition: SALOME_ModuleCatalog_Parser.hxx:65
ParserService()
Definition: SALOME_ModuleCatalog_Parser.hxx:66
bool typeOfNode
Definition: SALOME_ModuleCatalog_Parser.hxx:76
bool byDefault
Definition: SALOME_ModuleCatalog_Parser.hxx:75
std::string name
Definition: SALOME_ModuleCatalog_Parser.hxx:70
ParserDataStreamParameters outDataStreamParameters
Definition: SALOME_ModuleCatalog_Parser.hxx:74
ParserParameters outParameters
Definition: SALOME_ModuleCatalog_Parser.hxx:72
ParserDataStreamParameters inDataStreamParameters
Definition: SALOME_ModuleCatalog_Parser.hxx:73
ParserParameters inParameters
Definition: SALOME_ModuleCatalog_Parser.hxx:71
Definition: SALOME_ModuleCatalog_Parser.hxx:132
ParserStruct()
Definition: SALOME_ModuleCatalog_Parser.hxx:133
Definition: SALOME_ModuleCatalog_Parser.hxx:107
std::string name
Definition: SALOME_ModuleCatalog_Parser.hxx:108
std::string id
Definition: SALOME_ModuleCatalog_Parser.hxx:110
std::vector< std::pair< std::string, std::string > > members
Definition: SALOME_ModuleCatalog_Parser.hxx:113
std::string content
Definition: SALOME_ModuleCatalog_Parser.hxx:111
std::vector< std::string > bases
Definition: SALOME_ModuleCatalog_Parser.hxx:112
std::string kind
Definition: SALOME_ModuleCatalog_Parser.hxx:109