Belle II Software
release-08-01-10
|
Summary of some address helpers. More...
#include <ZMQAddressUtils.h>
Static Public Member Functions | |
static std::string | randomSocketName (const std::string &hostname) |
Generate a random socket name in the form tcp://hostname:port. | |
static std::string | randomSocketName () |
Generate a random socket name in the form ipc:///socketname. | |
static std::string | getSocketAddress (const std::string &socketAddress, ZMQAddressType socketPart) |
Create a full socket address for the given type from a random socket address, ba adding a suffix. | |
Summary of some address helpers.
Definition at line 27 of file ZMQAddressUtils.h.