#include <SALOME_ModuleCatalog_Parser.hxx>
Data Fields | |
std::string | name |
std::string | kind |
std::string | id |
std::string | content |
std::vector< std::string > | bases |
std::vector< std::pair < std::string, std::string > > | members |
std::vector<std::string> ParserType::bases |
Referenced by SALOME_ModuleCatalog_Handler::ProcessXmlDocument().
std::string ParserType::content |
Referenced by SALOME_ModuleCatalog_Handler::ProcessXmlDocument().
std::string ParserType::id |
Referenced by SALOME_ModuleCatalog_Handler::ProcessXmlDocument().
std::string ParserType::kind |
std::vector< std::pair<std::string,std::string> > ParserType::members |
Referenced by SALOME_ModuleCatalog_Handler::ProcessXmlDocument().
std::string ParserType::name |
Referenced by SALOME_ModuleCatalog_Handler::ProcessXmlDocument().