#include "SALOME_ModuleCatalog_impl.hxx"
#include "SALOME_ModuleCatalog_Acomponent_impl.hxx"
#include "SALOME_ModuleCatalog_Handler.hxx"
#include <libxml/parser.h>
#include <fstream>
#include <map>
#include "utilities.h"
#include <unistd.h>
Data Structures | |
class | SALOME_ModuleCatalogImpl::Private |
Functions | |
std::list< std::string > | splitStringToList (const std::string &theString, const std::string &theSeparator) |
Variables | |
static int | MYDEBUG = 0 |
static const char * | SEPARATOR = "::" |
static const char * | OLD_SEPARATOR = ":" |
std::list<std::string> splitStringToList | ( | const std::string & | theString, |
const std::string & | theSeparator | ||
) |
Referenced by SALOME_ModuleCatalogImpl::SALOME_ModuleCatalogImpl().
|
static |
Referenced by SALOME_ModuleCatalogImpl::Private::_parse_xml_file(), SALOME_ModuleCatalogImpl::Private::_verify_path_prefix(), SALOME_ModuleCatalogImpl::Private::duplicate(), SALOME_ModuleCatalogImpl::Private::findComponent(), SALOME_ModuleCatalogImpl::GetComponent(), SALOME_ModuleCatalogImpl::GetComponentIconeList(), SALOME_ModuleCatalogImpl::GetComponentList(), SALOME_ModuleCatalogImpl::GetPathPrefix(), SALOME_ModuleCatalogImpl::GetTypedComponentList(), SALOME_ModuleCatalogImpl::SALOME_ModuleCatalogImpl(), and SALOME_ModuleCatalogImpl::~SALOME_ModuleCatalogImpl().
|
static |
|
static |