ddt  0.1
Public Member Functions | List of all members
CommandLineParserSpy Class Reference
Inheritance diagram for CommandLineParserSpy:
ddt::CommandLineParser

Public Member Functions

bool optionExists (string name)
 
- Public Member Functions inherited from ddt::CommandLineParser
 CommandLineParser ()=default
 
virtual ~CommandLineParser ()
 
void setOptions (std::string &uri, std::string &config_file)
 Set the options for a data broker application. More...
 
void setOptions (std::string &filename, std::string &data_stream, std::string &server_uri, std::string &default_image_scale, bool &timestamp)
 Set the command line options for viewer applications. More...
 
void setOptions (std::string &broker, std::string &data_stream, int &frequency)
 Set the options for a data transfer application. More...
 
void setOptions (std::string &broker, std::string &data_stream, int &frequency, std::string &remote_broker, int &mode, bool &statistics, bool &dump_data, std::string &dump_folder)
 Set the options for a subscriber application. More...
 
void setOptions (std::string &broker, std::string &data_stream, int &frequency, int &buffer_size, std::string &image_folder, int &mode, bool &checksum)
 Set the options for a publisher application with image folder. More...
 
void setOptions (std::string &server_uri, std::string &image_widget, std::string &command, std::vector< std::string > &arguments, int32_t &timeout, bool &infinite)
 Set the options for a remote client application. More...
 
int parse (int argc, char *argv[])
 Parse the given commandline input. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ddt::CommandLineParser
void setOptions ()
 Set standard command line options. More...
 
- Protected Attributes inherited from ddt::CommandLineParser
po::options_description options
 
po::positional_options_description positional_options
 

Member Function Documentation

◆ optionExists()

bool CommandLineParserSpy::optionExists ( string  name)
inline

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