|
zmqpp 4.1.2
C++ bindings for 0mq (libzmq)
|
#include <iostream>#include <map>#include <utility>#include <boost/program_options/options_description.hpp>#include <boost/program_options/parsers.hpp>#include <boost/program_options/variables_map.hpp>#include "options.hpp"
Macros | |
| #define | BUILD_CLIENT_NAME "zmqpp" |
Typedefs | |
| typedef std::map< std::string, zmqpp::socket_type > | socket_type_index |
Functions | |
| boost::program_options::options_description | connection_options () |
| boost::program_options::options_description | miscellaneous_options () |
| socket_type_index | socket_type_options () |
| client_options | process_command_line (int argc, char const *argv[]) |
| std::ostream & | show_usage (std::ostream &stream, std::string const &application_name) |
| std::ostream & | show_help (std::ostream &stream) |
| #define BUILD_CLIENT_NAME "zmqpp" |
| typedef std::map<std::string, zmqpp::socket_type> socket_type_index |
| boost::program_options::options_description connection_options | ( | ) |
| boost::program_options::options_description miscellaneous_options | ( | ) |
| client_options process_command_line | ( | int | argc, |
| char const * | argv[] | ||
| ) |
| std::ostream & show_help | ( | std::ostream & | stream | ) |
| std::ostream & show_usage | ( | std::ostream & | stream, |
| std::string const & | application_name | ||
| ) |
| socket_type_index socket_type_options | ( | ) |