This class implements the factory pattern of GoF by making a sender by giving an array and a communicator.It completely hides the type of sender from the user. More...
#include <SenderFactory.hxx>
Static Public Member Functions | |
| static SALOME::SenderDouble_ptr | buildSender (SALOMEMultiComm &multiCommunicator, const double *tab, long lgr, bool ownTab=false) throw (MultiCommException) | 
| static SALOME::SenderInt_ptr | buildSender (SALOMEMultiComm &multiCommunicator, const int *tab, long lgr, bool ownTab=false) throw (MultiCommException) | 
| static SALOME::SenderDouble_ptr | buildSender (SALOME::TypeOfCommunication NewType, SALOME_SenderDouble_i *src) | 
| static SALOME::SenderInt_ptr | buildSender (SALOME::TypeOfCommunication NewType, SALOME_SenderInt_i *src) | 
This class implements the factory pattern of GoF by making a sender by giving an array and a communicator.It completely hides the type of sender from the user.
      
  | 
  static | 
      
  | 
  static | 
References SALOME::CORBA_, SALOME::MPI_, SALOME_CorbaLongSender, and SALOME::SOCKET_.
      
  | 
  static | 
      
  | 
  static |