#include <inputParam.hh>
Public Member Functions | |
ProcessParameter (InputParameter &input) | |
Constructor. | |
ProcessParameter (InOutParameters &input) | |
Constructor, just for file loading. | |
void | add (InputParameter &input) |
Adds another object for input parameter. | |
bool | apply (int argc, char **argv) |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Protected Attributes | |
std::unique_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 81 of file inputParam.hh.
|
inline |
Adds another object for input parameter.
Definition at line 88 of file inputParam.hh.
Process the command line arguments.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
protected |
Reading input files.
Definition at line 100 of file inputParam.hh.
|
protected |
List of input parameter objects.
Definition at line 102 of file inputParam.hh.