zmqpp 4.1.2
C++ bindings for 0mq (libzmq)
Loading...
Searching...
No Matches
client_options Struct Reference

#include <options.hpp>

Collaboration diagram for client_options:

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_tbinds
 
std::vector< zmqpp::endpoint_tconnects
 
bool singlepart
 
bool exit_on_empty
 

Constructor & Destructor Documentation

◆ client_options()

client_options::client_options ( )
inline

Member Data Documentation

◆ annotate

bool client_options::annotate

◆ binds

std::vector<zmqpp::endpoint_t> client_options::binds

◆ connects

std::vector<zmqpp::endpoint_t> client_options::connects

◆ detailed

bool client_options::detailed

◆ exit_on_empty

bool client_options::exit_on_empty

◆ show_help

bool client_options::show_help

◆ show_usage

bool client_options::show_usage

◆ show_version

bool client_options::show_version

◆ singlepart

bool client_options::singlepart

◆ type

zmqpp::socket_type client_options::type

◆ verbose

bool client_options::verbose

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