mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
mirroring previous topic/vern/set-ops to get branch up to date, since I'm a n00b
This commit is contained in:
parent
e93c638f8d
commit
6449b0ab9e
4 changed files with 121 additions and 13 deletions
|
@ -329,6 +329,9 @@ protected:
|
|||
// Same for when the constants are strings.
|
||||
virtual Val* StringFold(Val* v1, Val* v2) const;
|
||||
|
||||
// Same for when the constants are sets.
|
||||
virtual Val* SetFold(Val* v1, Val* v2) const;
|
||||
|
||||
// Same for when the constants are addresses or subnets.
|
||||
virtual Val* AddrFold(Val* v1, Val* v2) const;
|
||||
virtual Val* SubNetFold(Val* v1, Val* v2) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue