Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Protected Attributes | Private Attributes
concepts::gfem::InputUC_filename Class Reference

#include <inputHelp.h>

Inheritance diagram for concepts::gfem::InputUC_filename:
Inheritance graph
[legend]
Collaboration diagram for concepts::gfem::InputUC_filename:
Collaboration graph
[legend]

List of all members.

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.
InOutParametersparameters ()
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

InOutParametersinput_
 Input parameter.

Private Attributes

std::string filename
unsigned long long slot_
 Reciprocal of slot width.

Detailed Description

Definition at line 14 of file inputHelp.h.


Constructor & Destructor Documentation

concepts::gfem::InputUC_filename::InputUC_filename ( InOutParameters input,
std::string  filename = "" 
) [inline]

Constructor.

Definition at line 18 of file inputHelp.h.


Member Function Documentation

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.

Here is the call graph for this function:

virtual int concepts::gfem::InputUC_filename::input ( int  opt,
const char *  optarg 
) [virtual]

Process an argument and sets input parameter, if found.

Returns:
0 ok, 1 not appropiate argument, 2 error

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.


Member Data Documentation

Definition at line 52 of file inputHelp.h.

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.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)