FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
business_logic::input::InputChoiceInteraction< T > Struct Template Reference

Input choice interaction DTO. More...

#include <InputChoiceInteraction.h>

+ Collaboration diagram for business_logic::input::InputChoiceInteraction< T >:

Public Attributes

std::vector< InputChoice< T > > choices
 The input choices.
 
std::function< void(const T &)> callback
 The callback to call when an input choice is made.
 

Detailed Description

template<typename T>
struct business_logic::input::InputChoiceInteraction< T >

Input choice interaction DTO.

Definition at line 14 of file InputChoiceInteraction.h.

Member Data Documentation

◆ callback

template<typename T >
std::function<void(const T&)> business_logic::input::InputChoiceInteraction< T >::callback

The callback to call when an input choice is made.

Definition at line 24 of file InputChoiceInteraction.h.

◆ choices

template<typename T >
std::vector<InputChoice<T> > business_logic::input::InputChoiceInteraction< T >::choices

The input choices.

Definition at line 19 of file InputChoiceInteraction.h.


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