preCICE v3.1.2
|
#include <SocketCommunicationFactory.hpp>
Public Member Functions | |
SocketCommunicationFactory (unsigned short portNumber=0, bool reuseAddress=false, std::string networkName=utils::networking::loopbackInterfaceName(), std::string addressDirectory=".") | |
SocketCommunicationFactory (std::string const &addressDirectory) | |
PtrCommunication | newCommunication () override |
std::string | addressDirectory () override |
Public Member Functions inherited from precice::com::CommunicationFactory | |
virtual | ~CommunicationFactory () |
Private Attributes | |
unsigned short | _portNumber |
bool | _reuseAddress |
std::string | _networkName |
std::string | _addressDirectory |
Definition at line 11 of file SocketCommunicationFactory.hpp.
precice::com::SocketCommunicationFactory::SocketCommunicationFactory | ( | unsigned short | portNumber = 0, |
bool | reuseAddress = false, | ||
std::string | networkName = utils::networking::loopbackInterfaceName(), | ||
std::string | addressDirectory = "." ) |
Definition at line 10 of file SocketCommunicationFactory.cpp.
|
explicit |
Definition at line 25 of file SocketCommunicationFactory.cpp.
|
overridevirtual |
Reimplemented from precice::com::CommunicationFactory.
Definition at line 37 of file SocketCommunicationFactory.cpp.
|
overridevirtual |
Implements precice::com::CommunicationFactory.
Definition at line 31 of file SocketCommunicationFactory.cpp.
|
private |
Definition at line 28 of file SocketCommunicationFactory.hpp.
|
private |
Definition at line 27 of file SocketCommunicationFactory.hpp.
|
private |
Definition at line 25 of file SocketCommunicationFactory.hpp.
|
private |
Definition at line 26 of file SocketCommunicationFactory.hpp.