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) |
| static SALOME::SenderInt_ptr | buildSender (SALOMEMultiComm &multiCommunicator, const int *tab, long lgr, bool ownTab=false) |
| 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 |
|
static |
References SALOME::CORBA_, SALOMEMultiComm::getProtocol(), MESSAGE, SALOME::MPI_, SALOME_CorbaDoubleSender, SALOMEMultiComm::setProtocol(), and SALOME::SOCKET_.
Referenced by SALOME_SenderDouble_i::buildOtherWithProtocol(), SALOME_SenderInt_i::buildOtherWithProtocol(), buildSender(), and SALOME_Matrix_i::getData().
|
static |