21 #ifndef __ANTARES_TOOLBOX_FILTER_OPERATOR_LIST_H__
22 #define __ANTARES_TOOLBOX_FILTER_OPERATOR_LIST_H__
24 #include <wx/string.h>
25 #include <yuni/yuni.h>
28 namespace Antares::Toolbox::Filter
63 bool add(
const wxString& name);
65 void addStdArithmetic(
bool withModulo =
true);
66 void addStdWeekday(
bool withModulo =
false);
67 void addStdMonth(
bool withModulo =
false);
71 return (uint)pItems.size();
76 return (uint)pItems.size();
82 return pItems.empty();
106 bool internalAdd(
const wxString& name);
112 using OperatorList = std::vector<AOperator*>;
121 #include "operator.h"