Version: 8.3.0
SALOME_ModuleCatalog_Client.cxx File Reference
#include <iostream>
#include "SALOME_NamingService.hxx"
#include "SALOME_ModuleCatalog.hh"
#include <string>
#include "utilities.h"
Include dependency graph for SALOME_ModuleCatalog_Client.cxx:

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)
 

Function Documentation

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().