|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
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. | |
Input choice interaction DTO.
Definition at line 14 of file InputChoiceInteraction.h.
| 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.
| std::vector<InputChoice<T> > business_logic::input::InputChoiceInteraction< T >::choices |
The input choices.
Definition at line 19 of file InputChoiceInteraction.h.