Abstract base class represents command line switch for containers. More...
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 |
Abstract base class represents command line switch for containers.
Definition at line 145 of file ConfigHandler.hh.
| std::string ConfigHandler::VCommandSwitch::parameter |
Name of parameter if required
Definition at line 150 of file ConfigHandler.hh.
1.6.1