ddt 1.1.0
Loading...
Searching...
No Matches
Classes | Namespaces
commandLineParser.hpp File Reference

Class for parsing command line arguments. The commandline parser shall parse the required arguments for each DDT application. Different parsers are used for the broker, the publisher, the subscriber, the viewer and the remote client. The parser will display the required and the optional arguments when using the help command. More...

#include <boost/program_options.hpp>
#include <iostream>
#include <memory>
#include <string>
#include "ddt/ddtConstants.hpp"

Go to the source code of this file.

Classes

class  ddt::CommandLineParser
 

Namespaces

namespace  ddt
 

Detailed Description

Class for parsing command line arguments. The commandline parser shall parse the required arguments for each DDT application. Different parsers are used for the broker, the publisher, the subscriber, the viewer and the remote client. The parser will display the required and the optional arguments when using the help command.

Author
Monika Pfeil, CGI
Since
2020/08/13