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 697 of file constraints_base.h.
#include <constraints_base.h>
Public Member Functions | |
std::size_t | copyTo (ContainerAL &container, const std::size_t constraints_offset) const |
Set constraints. More... | |
Protected Member Functions | |
CopyTwoSidedInequalityToALMixin () | |
~CopyTwoSidedInequalityToALMixin () | |
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 705 of file constraints_base.h.
|
inlineprotected |
Definition at line 706 of file constraints_base.h.
|
inlinevirtual |
Set constraints.
[in,out] | container | new constraints |
[in] | constraints_offset | first row offset |
Reimplemented from humoto::constraints::CopyUpperInequalityToALMixin< CopyLowerInequalityToALMixin< t_Base > >.
Definition at line 713 of file constraints_base.h.