numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Class of parameters values in iterations specified by variables. More...
#include <num_collect/logging/iterations/variable_iteration_parameter_value.h>
Public Member Functions | |
variable_iteration_parameter_value (const Value &value) | |
Constructor. | |
auto | get () const noexcept -> const Value & |
Get the current value. | |
auto | get (const Algorithm *) const noexcept -> const Value & |
Get the current value. | |
Private Attributes | |
const Value * | value_ |
Pointer to the value. | |
Class of parameters values in iterations specified by variables.
Algorithm | Type of the algorithm. |
Value | Type of values. |
Definition at line 39 of file variable_iteration_parameter_value.h.
|
inlineexplicit |
Constructor.
[in] | value | Value. |
Definition at line 46 of file variable_iteration_parameter_value.h.
|
inlinenodiscardnoexcept |
Get the current value.
Definition at line 54 of file variable_iteration_parameter_value.h.
|
inlinenodiscardnoexcept |
Get the current value.
Definition at line 61 of file variable_iteration_parameter_value.h.
|
private |
Pointer to the value.
Definition at line 68 of file variable_iteration_parameter_value.h.