Go to the source code of this file.
Enumerator |
---|
EXISTS |
Matches if a sticker with the specified name exists.
The "value" parameter is ignored (must be nullptr).
|
EQUALS |
Matches if a sticker with the specified name and value exists.
|
LESS_THAN |
Matches if a sticker with the specified name exists with a value smaller than the specified one.
|
GREATER_THAN |
Matches if a sticker with the specified name exists with a value bigger than the specified one.
|
Definition at line 23 of file Match.hxx.