Value setter to set a value.
More...
#include <mapper_interfaces.h>
|
|
virtual | ~TargetValue () |
| | DTOR.
|
| |
| virtual void | initialize (std::shared_ptr< const SourceValue > value_source)=0 |
| | Sets the value source at initializing time to bind the value_source as source of the target.
|
| |
| virtual void | update ()=0 |
| |
Value setter to set a value.
◆ initialize()
| virtual void ddl::mapping::TargetValue::initialize |
( |
std::shared_ptr< const SourceValue > | value_source | ) |
|
|
pure virtual |
Sets the value source at initializing time to bind the value_source as source of the target.
- Parameters
-
| value_source | the given SourceValue is either:
- a value source directly coming from a Source
- a value is calculated by a Function
- a constant value set within configuration
|
◆ update()
| virtual void ddl::mapping::TargetValue::update |
( |
| ) |
|
|
pure virtual |
Callback to inform the TargetValue to update it value now. This is assignement execution
The documentation for this class was generated from the following file:
- /workspace/conan/dev_essential/1.6.3/dw/stable/package/65324bff46e457721a7ba250afe9d61dc2b0e57a/include/ddl/mapping/mapper_interfaces.h