|
bool | isOptional () |
|
void | setOptional (bool optional) |
|
bool | hasDefaultValue () |
|
virtual bool | isValid () |
|
const std::string & | getKeyword () |
|
void | setKeyword (const std::string &keyword) |
|
bool | empty () |
|
virtual bool | setData (std::string)=0 |
|
virtual bool | setData (int)=0 |
|
virtual bool | setData (unsigned long int)=0 |
|
virtual bool | setData (RealType)=0 |
|
virtual bool | setData (std::pair< int, int >)=0 |
|
virtual bool | setData (std::vector< RealType >)=0 |
|
virtual std::string | getParamType ()=0 |
|
Definition at line 291 of file ParameterManager.hpp.
◆ ParameterBase()
ParameterBase::ParameterBase |
( |
| ) |
|
|
inline |
◆ ~ParameterBase()
virtual ParameterBase::~ParameterBase |
( |
| ) |
|
|
inlinevirtual |
◆ empty()
bool ParameterBase::empty |
( |
| ) |
|
|
inline |
◆ getKeyword()
const std::string & ParameterBase::getKeyword |
( |
| ) |
|
|
inline |
◆ hasDefaultValue()
bool ParameterBase::hasDefaultValue |
( |
| ) |
|
|
inline |
◆ isOptional()
bool ParameterBase::isOptional |
( |
| ) |
|
|
inline |
◆ isValid()
virtual bool ParameterBase::isValid |
( |
| ) |
|
|
inlinevirtual |
◆ setKeyword()
void ParameterBase::setKeyword |
( |
const std::string & | keyword | ) |
|
|
inline |
◆ setOptional()
void ParameterBase::setOptional |
( |
bool | optional | ) |
|
|
inline |
◆ defaultValue_
bool ParameterBase::defaultValue_ |
|
protected |
◆ empty_
bool ParameterBase::empty_ |
|
protected |
◆ keyword_
std::string ParameterBase::keyword_ |
|
protected |
◆ optional_
bool ParameterBase::optional_ |
|
protected |
The documentation for this class was generated from the following file: