mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Convert Dictionary types to be templated classes
This has the fortunate side-effect of also making it so we can store the value objects as typed pointers, instead of void*.
This commit is contained in:
parent
15c0bd9b9d
commit
47e7fe2cd1
15 changed files with 1153 additions and 1284 deletions
|
@ -1044,7 +1044,7 @@ protected:
|
|||
detail::ExprPtr expire_time;
|
||||
detail::ExprPtr expire_func;
|
||||
TableValTimer* timer;
|
||||
RobustDictIterator* expire_iterator;
|
||||
RobustDictIterator<TableEntryVal>* expire_iterator;
|
||||
detail::PrefixTable* subnets;
|
||||
ValPtr def_val;
|
||||
detail::ExprPtr change_func;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue