18 #ifndef __COEFFICIENT_ASSIGNER_H 19 #define __COEFFICIENT_ASSIGNER_H 28 class GenericFunction;
50 void operator= (std::shared_ptr<const GenericFunction> coefficient);
CoefficientAssigner(Form &form, std::size_t number)
Create coefficient assigner for coefficient with given number.
Definition: CoefficientAssigner.cpp:29
~CoefficientAssigner()
Destructor.
Definition: CoefficientAssigner.cpp:35
void operator=(std::shared_ptr< const GenericFunction > coefficient)
Assign coefficient.
Definition: CoefficientAssigner.cpp:40
Definition: CoefficientAssigner.h:39