#include <iostream>
#include "SALOME_NamingService.hxx"
#include "SALOME_ModuleCatalog.hh"
#include <string>
#include "utilities.h"
Functions | |
void | PrintService (SALOME_ModuleCatalog::Acomponent_ptr C, const std::string &InterfaceName, const std::string &ServiceName) |
void | PrintInterface (SALOME_ModuleCatalog::Acomponent_ptr C, const std::string &InterfaceName) |
void | PrintComponent (SALOME_ModuleCatalog::Acomponent_ptr C) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void PrintComponent | ( | SALOME_ModuleCatalog::Acomponent_ptr | C | ) |
References MESSAGE, and PrintInterface().
Referenced by main().
void PrintInterface | ( | SALOME_ModuleCatalog::Acomponent_ptr | C, |
const std::string & | InterfaceName | ||
) |
References MESSAGE, and PrintService().
Referenced by PrintComponent().
void PrintService | ( | SALOME_ModuleCatalog::Acomponent_ptr | C, |
const std::string & | InterfaceName, | ||
const std::string & | ServiceName | ||
) |
References MESSAGE.
Referenced by PrintInterface().