Reads command line. More...
#include <inputParam.hh>


Public Member Functions | |
| void | add (InputParameter &input) |
| Adds another object for input parameter. | |
| bool | apply (int argc, char **argv) |
| Process the command line arguments. | |
| ProcessParameter (InputParameter &input) | |
| Constructor. | |
| ProcessParameter (InOutParameters &input) | |
| Constructor, just for file loading. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| std::auto_ptr< InputFile > | inputfile_ |
| Reading input files. | |
| Sequence< InputParameter * > | inputs_ |
| List of input parameter objects. | |
Reads command line.
Writes the parameters or give help description with help of InputParameter objects.
Definition at line 78 of file inputParam.hh.
| concepts::ProcessParameter::ProcessParameter | ( | InputParameter & | input | ) |
Constructor.
| concepts::ProcessParameter::ProcessParameter | ( | InOutParameters & | input | ) |
Constructor, just for file loading.
| void concepts::ProcessParameter::add | ( | InputParameter & | input | ) | [inline] |
Adds another object for input parameter.
Definition at line 85 of file inputParam.hh.
| bool concepts::ProcessParameter::apply | ( | int | argc, |
| char ** | argv | ||
| ) |
Process the command line arguments.
| virtual std::ostream& concepts::ProcessParameter::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
std::auto_ptr<InputFile> concepts::ProcessParameter::inputfile_ [private] |
Reading input files.
Definition at line 95 of file inputParam.hh.
List of input parameter objects.
Definition at line 97 of file inputParam.hh.