93 inline Condition&
AddEquals(
const char* value) { m_equalsHasBeenSet =
true; m_equals.push_back(value);
return *
this; }
148 inline Condition&
AddNotEquals(
const char* value) { m_notEqualsHasBeenSet =
true; m_notEquals.push_back(value);
return *
this; }
167 inline void SetGreaterThan(
long long value) { m_greaterThanHasBeenSet =
true; m_greaterThan = value; }
192 inline void SetGreaterThanOrEqual(
long long value) { m_greaterThanOrEqualHasBeenSet =
true; m_greaterThanOrEqual = value; }
217 inline void SetLessThan(
long long value) { m_lessThanHasBeenSet =
true; m_lessThan = value; }
242 inline void SetLessThanOrEqual(
long long value) { m_lessThanOrEqualHasBeenSet =
true; m_lessThanOrEqual = value; }
253 bool m_equalsHasBeenSet;
256 bool m_notEqualsHasBeenSet;
258 long long m_greaterThan;
259 bool m_greaterThanHasBeenSet;
261 long long m_greaterThanOrEqual;
262 bool m_greaterThanOrEqualHasBeenSet;
264 long long m_lessThan;
265 bool m_lessThanHasBeenSet;
267 long long m_lessThanOrEqual;
268 bool m_lessThanOrEqualHasBeenSet;