ConfigHandler::VCommandSwitch Class Reference

Abstract base class represents command line switch for containers. More...

Inheritance diagram for ConfigHandler::VCommandSwitch:
ConfigHandler::CommandSwitch< Action >

List of all members.

Public Member Functions

 VCommandSwitch (char short_name, const std::string &long_name, const std::string &help_text, const std::string &par)
 Constructor.
virtual ~VCommandSwitch ()
 Destructor.
virtual int Process (const char *arg)=0
 Process a command switch, optionally reading an argument.

Public Attributes

char shortname
 single dash callable character
std::string longname
 double dash callable string
std::string helptext
 Short descriptive phrase.
std::string parameter

Detailed Description

Abstract base class represents command line switch for containers.

Definition at line 145 of file ConfigHandler.hh.


Member Data Documentation

Name of parameter if required

Definition at line 150 of file ConfigHandler.hh.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1