zeek/src/probabilistic
Johanna Amann 6d612ced3d Mark one-parameter constructors as explicit & use override where possible
This commit marks (hopefully) ever one-parameter constructor as explicit.

It also uses override in (hopefully) all circumstances where a virtual
method is overridden.

There are a very few other minor changes - most of them were necessary
to get everything to compile (like one additional constructor). In one
case I changed an implicit operation to an explicit string conversion -
I think the automatically chosen conversion was much more convoluted.

This took longer than I want to admit but not as long as I feared :)
2018-03-27 07:17:32 -07:00
..
BitVector.cc Fix compiler warnings 2013-09-13 00:30:18 -05:00
BitVector.h Use Bro-style platform-independent integer types. 2013-08-16 13:29:52 -07:00
bloom-filter.bif Also switch BloomFilters from H3 to siphash. 2016-07-13 09:04:10 -07:00
BloomFilter.cc Fix bug when clearing Bloom filter contents. 2014-04-15 12:48:56 +02:00
BloomFilter.h Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00
cardinality-counter.bif Fix typos and formatting in the BiFs docs 2013-10-17 01:04:20 -05:00
CardinalityCounter.cc Merge remote-tracking branch 'origin/topic/johanna/bit-1612' 2016-07-14 16:26:17 -07:00
CardinalityCounter.h Merge remote-tracking branch 'origin/topic/johanna/bit-1612' 2016-07-14 16:26:17 -07:00
CMakeLists.txt Renaming HyperLogLog->CardinalityCounter. 2013-08-31 10:22:27 -07:00
CounterVector.cc Fix bug when clearing Bloom filter contents. 2014-04-15 12:48:56 +02:00
CounterVector.h Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00
Hasher.cc Merge remote-tracking branch 'origin/topic/johanna/bit-1612' 2016-07-14 16:26:17 -07:00
Hasher.h Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00
top-k.bif Allow iterating over bif functions with result type vector of any. 2014-02-25 15:30:29 -08:00
Topk.cc Fix various potential memory leaks. 2013-09-12 15:23:52 -05:00
Topk.h Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00