Version: 9.15.0
SALOME_ModuleCatalog_Client.cxx File Reference
#include <iostream>
#include "ArgvKeeper.hxx"
#include "OpUtil.hxx"
#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

◆ main()

◆ PrintComponent()

void PrintComponent ( SALOME_ModuleCatalog::Acomponent_ptr  C)

References TestModuleCatalog::C, MESSAGE, and PrintInterface().

Referenced by main().

◆ PrintInterface()

void PrintInterface ( SALOME_ModuleCatalog::Acomponent_ptr  C,
const std::string &  InterfaceName 
)

References TestModuleCatalog::C, MESSAGE, and PrintService().

Referenced by PrintComponent().

◆ PrintService()

void PrintService ( SALOME_ModuleCatalog::Acomponent_ptr  C,
const std::string &  InterfaceName,
const std::string &  ServiceName 
)

References TestModuleCatalog::C, and MESSAGE.

Referenced by PrintInterface().