#include <inputHelp.h>


Public Member Functions | |
| virtual std::ostream & | arguments (std::ostream &os) const |
| Returns argument list as string. | |
| virtual std::ostream & | description (std::ostream &os) const |
| Returns description for help. | |
| std::string & | getFilename () |
| virtual int | input (int opt, const char *optarg) |
| Process an argument and sets input parameter, if found. | |
| InputUC_filename (InOutParameters &input, std::string filename="") | |
| Constructor. | |
| virtual std::ostream & | letters (std::ostream &os) const |
| Return letters for the arguments. | |
| InOutParameters & | parameters () |
| const InOutParameters | parameters () const |
| Returns input parameters. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Protected Attributes | |
| InOutParameters & | input_ |
| Input parameter. | |
Private Attributes | |
| std::string | filename |
| unsigned long long | slot_ |
| Reciprocal of slot width. | |
Definition at line 14 of file inputHelp.h.
| concepts::gfem::InputUC_filename::InputUC_filename | ( | InOutParameters & | input, |
| std::string | filename = "" |
||
| ) | [inline] |
Constructor.
Definition at line 18 of file inputHelp.h.
| virtual std::ostream& concepts::gfem::InputUC_filename::arguments | ( | std::ostream & | os | ) | const [inline, virtual] |
Returns argument list as string.
Implements concepts::InputParameter.
Definition at line 26 of file inputHelp.h.
| virtual std::ostream& concepts::gfem::InputUC_filename::description | ( | std::ostream & | os | ) | const [inline, virtual] |
Returns description for help.
Implements concepts::InputParameter.
Definition at line 29 of file inputHelp.h.
| std::string& concepts::gfem::InputUC_filename::getFilename | ( | ) | [inline] |
Definition at line 41 of file inputHelp.h.
| virtual std::ostream& concepts::gfem::InputUC_filename::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::InputParameter.
Definition at line 45 of file inputHelp.h.

| virtual int concepts::gfem::InputUC_filename::input | ( | int | opt, |
| const char * | optarg | ||
| ) | [virtual] |
Process an argument and sets input parameter, if found.
Implements concepts::InputParameter.
| virtual std::ostream& concepts::gfem::InputUC_filename::letters | ( | std::ostream & | os | ) | const [inline, virtual] |
Return letters for the arguments.
If parameters are needed ':' is appended for this letter.
Implements concepts::InputParameter.
Definition at line 23 of file inputHelp.h.
| InOutParameters& concepts::InputParameter::parameters | ( | ) | [inline, inherited] |
Definition at line 43 of file inputParam.hh.
| const InOutParameters concepts::InputParameter::parameters | ( | ) | const [inline, inherited] |
Returns input parameters.
Definition at line 42 of file inputParam.hh.
std::string concepts::gfem::InputUC_filename::filename [private] |
Definition at line 52 of file inputHelp.h.
InOutParameters& concepts::InputParameter::input_ [protected, inherited] |
Input parameter.
Definition at line 47 of file inputParam.hh.
unsigned long long concepts::gfem::InputUC_filename::slot_ [private] |
Reciprocal of slot width.
Definition at line 51 of file inputHelp.h.