13 #include <wzcpp/features/logging.h>
27 void parse(
int argc,
char* argv[]);
bool wasHelpdisplayed_
Indicate that the help meesage was displayed and we should not continue.
Definition: Helper.h:36
std::string applicationName_
contains the application name as given as first parameter from command line
Definition: Helper.h:35
std::string ipAddress_
The ip v4 address as string in the form xxx.xxx.xxx.xxx.
Definition: Helper.h:37
void showUsage()
Display the how to use message.
Definition: Helper.cpp:62
bool wasHelpdisplayed() const
returns true if the help show be displayed
Definition: Helper.cpp:52
const std::string & getIpAddress() const
Get the ip address parse from command line.
Definition: Helper.cpp:57
void parse(int argc, char *argv[])
Parse the command line options.
Definition: Helper.cpp:23