9 #ifndef CPPSERVER_NANOMSG_SURVEY_CLIENT_H 10 #define CPPSERVER_NANOMSG_SURVEY_CLIENT_H 36 explicit SurveyClient(
const std::string& address,
bool threading =
true)
52 #endif // CPPSERVER_NANOMSG_SURVEY_CLIENT_H virtual ~SurveyClient()=default
C++ Server project definitions.
SurveyClient & operator=(const SurveyClient &)=delete
Protocol
Nanomsg protocol.
Use to respond to the survey. This socket can be connected to at most one peer.
Nanomsg client definition.
Standard full-blown socket.
SurveyClient(const std::string &address, bool threading=true)
Initialize client with a given endpoint address.