From 653ba9395a36cc20ec1d68c9a9cae78973fa334c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 30 Jan 2020 01:27:15 +0100 Subject: add unicity and repeat function part2 --- include/diceparserhelper.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'include/diceparserhelper.h') diff --git a/include/diceparserhelper.h b/include/diceparserhelper.h index 1b91285..461d127 100644 --- a/include/diceparserhelper.h +++ b/include/diceparserhelper.h @@ -39,5 +39,15 @@ enum class RESULT_TYPE : int STRING= 2, DICE_LIST= 4 }; -} +/** + * @brief The ConditionType enum defines compare method + */ +enum ConditionType +{ + OnEach, + OneOfThem, + AllOfThem, + OnScalar +}; +} // namespace Dice #endif // DICEPARSERHELPER_H -- cgit v1.2.3-70-g09d2