|
Sierra Toolkit
Version of the Day
|
Class OptionDescription is an interface class for describing a command line option or option value. More...
#include <WriterParser.hpp>

Public Member Functions | |
| virtual | ~OptionDescription () |
| virtual std::ostream & | describe (std::ostream &os) const =0 |
| Member function describe prints a description of the option to the stream. | |
Class OptionDescription is an interface class for describing a command line option or option value.
Definition at line 15 of file WriterParser.hpp.
| virtual stk::diag::OptionDescription::~OptionDescription | ( | ) | [inline, virtual] |
Destroys a OptionDescription instance.
Definition at line 21 of file WriterParser.hpp.
| virtual std::ostream& stk::diag::OptionDescription::describe | ( | std::ostream & | os | ) | const [pure virtual] |
Member function describe prints a description of the option to the stream.
| os | a std::ostream reference to print to description to. |
Implemented in stk::diag::OptionMaskParser, and stk::diag::Option.