zmqpp 4.1.2
C++ bindings for 0mq (libzmq)
Loading...
Searching...
No Matches
Classes | Functions
options.hpp File Reference
#include <vector>
#include <zmqpp/zmqpp.hpp>
Include dependency graph for options.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  client_options
 

Functions

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)
 

Function Documentation

◆ process_command_line()

client_options process_command_line ( int  argc,
char const *  argv[] 
)

◆ show_help()

std::ostream & show_help ( std::ostream &  stream)

◆ show_usage()

std::ostream & show_usage ( std::ostream &  stream,
std::string const &  application_name 
)