zmqpp
4.1.2
C++ bindings for 0mq (libzmq)
|
#include <options.hpp>
Public Member Functions | |
client_options () | |
Public Attributes | |
bool | show_usage |
bool | show_help |
bool | show_version |
bool | verbose |
bool | detailed |
bool | annotate |
zmqpp::socket_type | type |
std::vector< zmqpp::endpoint_t > | binds |
std::vector< zmqpp::endpoint_t > | connects |
bool | singlepart |
bool | exit_on_empty |
|
inline |
bool client_options::annotate |
std::vector<zmqpp::endpoint_t> client_options::binds |
std::vector<zmqpp::endpoint_t> client_options::connects |
bool client_options::detailed |
bool client_options::exit_on_empty |
bool client_options::show_help |
bool client_options::show_usage |
bool client_options::show_version |
bool client_options::singlepart |
zmqpp::socket_type client_options::type |
bool client_options::verbose |