|
humoto
|
This mixin provides functionality for conversion of specific type of constraints to a certain container.
| t_Base | Base class: humoto::constraints::ConstraintsBase or humoto::TaskBase wrapped with other mixins. |
Definition at line 600 of file constraints_base.h.
#include <constraints_base.h>

Public Member Functions | |
| std::size_t | copyTo (ContainerALU &container, const std::size_t constraints_offset) const |
| Set constraints. More... | |
Protected Member Functions | |
| CopyAnyToALUMixin () | |
| ~CopyAnyToALUMixin () | |
| Protected destructor: prevent destruction of the child classes through a base pointer. More... | |
|
inlineprotected |
Protected destructor: prevent destruction of the child classes through a base pointer.
Definition at line 607 of file constraints_base.h.
|
inlineprotected |
Definition at line 608 of file constraints_base.h.
|
inline |
Set constraints.
| [in,out] | container | new constraints |
| [in] | constraints_offset | first row offset |
Definition at line 615 of file constraints_base.h.
1.8.13