mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
re-use same hash class for all add operations
This commit is contained in:
parent
18c10f3cb5
commit
83ce77e575
3 changed files with 11 additions and 14 deletions
|
@ -154,6 +154,8 @@ public:
|
|||
explicit CardinalityVal(probabilistic::CardinalityCounter*);
|
||||
virtual ~CardinalityVal();
|
||||
|
||||
void Add(const Val* val);
|
||||
|
||||
BroType* Type() const;
|
||||
bool Typify(BroType* type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue