Base class for AlgorithmParameters.
More...
#include <algparam.h>
Base class for AlgorithmParameters.
Definition at line 303 of file algparam.h.
◆ ~AlgorithmParametersBase()
virtual AlgorithmParametersBase::~AlgorithmParametersBase |
( |
| ) |
|
|
inlinevirtual |
◆ AlgorithmParametersBase() [1/2]
◆ AlgorithmParametersBase() [2/2]
AlgorithmParametersBase::AlgorithmParametersBase |
( |
const char * |
name, |
|
|
bool |
throwIfNotUsed |
|
) |
| |
|
inline |
Construct a AlgorithmParametersBase.
- Parameters
-
name | the parameter name |
throwIfNotUsed | flags indicating whether an exception should be thrown |
If throwIfNotUsed is true, then a ParameterNotUsed exception will be thrown in the destructor if the parameter is not not retrieved.
Definition at line 349 of file algparam.h.
◆ AlgorithmParameters
The documentation for this class was generated from the following file: