humoto
Public Member Functions | Protected Member Functions | List of all members
humoto::constraints::CopyAnyToALUMixin< t_Base > Class Template Reference

Detailed Description

template<class t_Base>
class humoto::constraints::CopyAnyToALUMixin< t_Base >

This mixin provides functionality for conversion of specific type of constraints to a certain container.

Template Parameters
t_BaseBase class: humoto::constraints::ConstraintsBase or humoto::TaskBase wrapped with other mixins.

Definition at line 600 of file constraints_base.h.

#include <constraints_base.h>

Inheritance diagram for humoto::constraints::CopyAnyToALUMixin< t_Base >:
Inheritance graph

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...
 

Constructor & Destructor Documentation

◆ ~CopyAnyToALUMixin()

template<class t_Base>
humoto::constraints::CopyAnyToALUMixin< t_Base >::~CopyAnyToALUMixin ( )
inlineprotected

Protected destructor: prevent destruction of the child classes through a base pointer.

Definition at line 607 of file constraints_base.h.

◆ CopyAnyToALUMixin()

template<class t_Base>
humoto::constraints::CopyAnyToALUMixin< t_Base >::CopyAnyToALUMixin ( )
inlineprotected

Definition at line 608 of file constraints_base.h.

Member Function Documentation

◆ copyTo()

template<class t_Base>
std::size_t humoto::constraints::CopyAnyToALUMixin< t_Base >::copyTo ( ContainerALU container,
const std::size_t  constraints_offset 
) const
inline

Set constraints.

Parameters
[in,out]containernew constraints
[in]constraints_offsetfirst row offset
Returns
offset of the end of added constraints

Definition at line 615 of file constraints_base.h.


The documentation for this class was generated from the following file: