zmqpp  4.1.2
C++ bindings for 0mq (libzmq)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
client_options Struct Reference

#include <options.hpp>

Collaboration diagram for client_options:
Collaboration graph
[legend]

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 ( )
inline

Member Data Documentation

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

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