EvolvingObjects
eoParameterLoader Class Reference

Parameter saving and loading. More...

#include <eoParser.h>

Inheritance diagram for eoParameterLoader:
eoParser

List of all members.

Public Member Functions

virtual ~eoParameterLoader ()
 Need a virtual destructor.
virtual void processParam (eoParam &param, std::string section="")=0
 Register a parameter and set its value if it is known.
virtual bool isItThere (eoParam &_param) const =0
 checks if _param has been actually entered
template<class ValueType >
eoValueParam< ValueType > & createParam (ValueType _defaultValue, std::string _longName, std::string _description, char _shortHand=0, std::string _section="", bool _required=false)
 Construct a Param and sets its value.

Private Attributes

std::vector< eoParam * > ownedParams

Detailed Description

Parameter saving and loading.

eoParameterLoader is an abstract class that can be used as a base for your own parameter loading and saving. The command line parser eoParser is derived from this class.

Definition at line 45 of file eoParser.h.


Member Function Documentation

virtual void eoParameterLoader::processParam ( eoParam param,
std::string  section = "" 
) [pure virtual]

Register a parameter and set its value if it is known.

Parameters:
paramthe parameter to process
sectionthe section where this parameter belongs

Implemented in eoParser.

Referenced by createParam().

template<class ValueType >
eoValueParam<ValueType>& eoParameterLoader::createParam ( ValueType  _defaultValue,
std::string  _longName,
std::string  _description,
char  _shortHand = 0,
std::string  _section = "",
bool  _required = false 
) [inline]

Construct a Param and sets its value.

The loader will own the memory thus created

Parameters:
_defaultValueThe default value
_longNameLong name of the argument
_descriptionDescription of the parameter. What is useful for.
_shortHandShort name of the argument (Optional)
_sectionName of the section where the parameter belongs
_requiredIf it is a necessary parameter or not

Definition at line 75 of file eoParser.h.

References processParam().

Referenced by do_make_checkpoint(), eoParser::getORcreateParam(), make_general_replacement(), make_help(), and eoParser::setORcreateParam().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Friends