ZIO
Python and C++ interface to ZeroMQ and Zyre
Public Member Functions | Public Attributes | List of all members
HostPortBinder Struct Reference
Collaboration diagram for HostPortBinder:
Collaboration graph
[legend]

Public Member Functions

std::string operator() ()
 

Public Attributes

zio::socket_tsock
 
std::string hostname
 
int tcpportnum {0}
 

Detailed Description

Definition at line 31 of file port.cpp.

Member Function Documentation

◆ operator()()

std::string HostPortBinder::operator() ( )
inline

Definition at line 35 of file port.cpp.

Member Data Documentation

◆ hostname

std::string HostPortBinder::hostname

Definition at line 33 of file port.cpp.

◆ sock

zio::socket_t& HostPortBinder::sock

Definition at line 32 of file port.cpp.

◆ tcpportnum

int HostPortBinder::tcpportnum {0}

Definition at line 34 of file port.cpp.


The documentation for this struct was generated from the following file: