|
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 762 of file constraints_base.h.
#include <constraints_base.h>

Public Member Functions | |
| std::size_t | copyTo (ContainerAB &container, const std::size_t constraints_offset) const |
| Set constraints. More... | |
Protected Member Functions | |
| CopyEqualityToABMixin () | |
| ~CopyEqualityToABMixin () | |
| 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 769 of file constraints_base.h.
|
inlineprotected |
Definition at line 770 of file constraints_base.h.
|
inline |
Set constraints.
| [in,out] | container | new constraints |
| [in] | constraints_offset | first row offset |
Definition at line 777 of file constraints_base.h.
1.8.13