STAPL API Reference |
Modules Classes |
Metafunction that inserts a const qualification on the workfunction if persistency mode in the PARAGRAPH is enabled. More...
Public Types | |
typedef WF | type |
Metafunction that inserts a const qualification on the workfunction if persistency mode in the PARAGRAPH is enabled.
WF | The initial workfunction type. |
b_persistent | Boolean that is true if PARAGRAPH has persistency enabled. |
Primary template matches b_persistent == false case. Reflect WF
.
Enforcing const qualification for persistent tasks enforces that the workfunction is free of side-effects (assuming workfunction writer doesn't purposely circumvent the type system), an necessary trait for correct reinvocation that avoid regeneration of all tasks by the factory.