Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

CmdLineHelpText Class Reference

Helptext used for several CmdLine..-Items. More...

#include <Option.h>

Inheritance diagram for rs::cmdline::CmdLineHelpText:

Inheritance graph
[legend]
Collaboration diagram for CmdLineHelpText:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual std::string get_helptext () const
 Get the helptext. More...


Protected Methods

 CmdLineHelpText (const char *helptext_)
 Create new helptext. More...

virtual ~CmdLineHelpText ()

Private Attributes

std::string helptext

Detailed Description

Helptext used for several CmdLine..-Items.

Definition at line 44 of file Option.h.


Constructor & Destructor Documentation

CmdLineHelpText const char *    helptext_ [inline, protected]
 

Create new helptext.

Don't try to create CmdLineHelpText by yourself - it's created from it's child classes.

Parameters:
helptext_  This should be a text describing what the item does and how it has to be given on the command line.

Definition at line 54 of file Option.h.

virtual ~CmdLineHelpText   [inline, protected, virtual]
 

Definition at line 57 of file Option.h.


Member Function Documentation

virtual std::string get_helptext   const [inline, virtual]
 

Get the helptext.

Reimplemented in CmdLineArgument.

Definition at line 60 of file Option.h.


Member Data Documentation

std::string helptext [private]
 

Definition at line 45 of file Option.h.


The documentation for this class was generated from the following file:
Contact me in case of errors or questions.
This documentation is powered by Doxygen.
(C) 2000-2002 Doxygen