Erik Ogenvik
002e1ca728
Expose const fields.
...
Thus no need to redefine private and protected.
2018-05-01 22:15:29 +02:00
Erik Ogenvik
7aaa9b9ba7
Optimize includes.
2017-03-19 21:36:52 +01:00
Yaroslav Taben
2e60177f12
Add NotPredicate for EntityFilters
...
This predicate simply negates its operand.
2015-06-06 10:20:28 -07:00
Yaroslav Taben
548e65f620
Swap operand order for instance_of operator
...
The previous order made sense when the operand was
called is_instance. With this name, using
"entity.type instance_of types.thing" makes much more
sense than the other way around.
2015-06-05 20:38:06 -07:00
Erik Ogenvik
9af513658a
Added include needed by earlier gcc versions.
2015-05-02 15:15:42 +02:00
Yaroslav Taben
0d1a3428b3
Fixed potential segfault by preventing creation of bad predicates.
...
Check for null Consumer is now performed regardless of operator.
Mainly because types can also be checked using equality sign.
2014-09-27 18:50:54 -04:00
Yaroslav Taben
ad0aa918d7
Moved filter's Predicate classes into separate files
2014-09-05 19:43:32 -04:00